Cancels the delivery of a component identified by catalog_id.
POST/delivery/cancelItem/:catalog_id
Cancels the ongoing delivery process for the specified component 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...