Operations
DELETE /orders/{ordernum}
Summary | Delete the data related to the order |
---|---|
URL | /api/v1/orders/{ordernum} |
Request Parameters |
|
Detailed Description |
Use this method to delete the order related data. The order will still be accessible, but all the related data (e.g., input media and transcripts) will be removed. After this call all attachments won't be available. |
Request Headers |
|
Response |
On success, 200 OK. If the order with given order number is not found, 404 Not Found. In case the order is not in a valid state for deletion, 400 Bad Request. |
Response Headers | None |
Response Body | None |
Error Codes | None |