Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.nitrotranslate.com/v1/orders/{id} \ --header 'Authorization: Basic <encoded-value>'
{}
Remove an order (only while in QUEUE status).
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Success
The response is of type DeleteOrderResponse · object.
DeleteOrderResponse · object