Delete Order Channel
DELETE/api/v1/order_channels/:order_channel_id
Cancels the purchase order
Request
Responses
- 204
- 401
- 403
- 404
- 422
Successful Response
`unauthorized`: Invalid or no credentials where supplied.
`could_not_validate_credentials`: Could not validate credentials.
`order_channel_not_found`: The requested order channel does not exist.
Validation Error