Delete Receivable Order
DELETE/api/v1/receivables/:receivable_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Delete Receivable Order
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 422
Successful Response
`cannot_delete_already_received_receivable`: Cannot delete already received receivable.
`unauthorized`: Invalid or no credentials where supplied.
`could_not_validate_credentials`: Could not validate credentials.
`receivable_not_found`: Receivable not found.
Validation Error