Bordero

Elimina un bordero

DELETE
/api/v1/external/bordero/{id}
x-api-key<token>

In: header

Path Parameters

id*number

Query Parameters

confirm?boolean

Response Body

application/json

curl -X DELETE "https://service.e-manager.io/api/v1/external/bordero/0"
{
  "success": true,
  "message": "string",
  "restoredOrders": 0,
  "keptOrders": 0,
  "mode": "string",
  "manifestId": 0,
  "remainingOrders": 0,
  "targetStatus": "string"
}

Last updated on