Cancel a tasking order request.
POST/:contract_id/tasking/orders/:order_id/cancel
Cancels a tasking order request.
For orders that are part of a recurring series, cancellation is terminal and consumes the order's slot in the series — no replacement order is scheduled. If the cancelled order was the series' last outstanding one (all orders created and all now terminal), the series is completed.
Request
Responses
- 204
- 404
- 409
- 422
- 500
Successful Response
Order not found
Order cannot be cancelled.
Validation Error
Internal server error