Cancel an order
POST/1.0/tasking/orders/:id/cancel/
Cancel an order that is in progress. This will mark the order as 'user_cancelled' and prevent any further processing.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Returned if the request was successful.
Returned if the request is unauthorized. Please ensure you are providing a valid bearer token in the Authorization header with the request.
Returned if the request is not permitted. Please ensure your account belongs to a valid organization and has been approved by Wyvern.
Order was not found in your organization.
Returned if the Order cannot be cancelled (i.e. not within the cancellation period)