Cancel an order that hasn't yet entered production.
DELETE https://www.prayerletters.com/api/v1/orders/{order_id}

URL Parameters

order_id
The ID of the order to be canceled.

Successful Response

HTTP/1.1 204 No Content

Error Responses

400 orders.account_required
API token must be linked to an account.
400 orders.invalid_state
The order is not able to be canceled at this time.
403 orders.permission_error
You need the orders.write scope to perform this action.