Skip to main content
DELETE
/
v1
/
orders
/
{id}
DeleteOrder
curl --request DELETE \
  --url https://api.nitrotranslate.com/v1/orders/{id} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
required

Response

200 - application/json

Success

The response is of type DeleteOrderResponse · object.