Skip to main content
DELETE
/
orders
/
{order}
Delete order
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/orders/{order} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

order
integer
required

Order ID.

Example:

501

Response

The order was deleted.