Cancel Purchase Order
DELETE/api/v1/purchase_orders/:purchase_order_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.
purchase_order_not_found
: A Purchase Order with the given ID was not found.
Validation Error