Deletes a delivery item identified by catalog_id.
DELETE/delivery/deleteItem/:catalog_id
Deletes the specified delivery item identified by its catalog ID.
Request
Path Parameters
catalog_id stringrequired
Responses
- 200
- 405
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...