cURL
curl --request DELETE \ --url https://api.truecold.io/shipment/many \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "ids": [ "<string>" ] }'
{ "message": "Shipments deleted successfully", "deletedCount": 123 }
API key for authentication. Contact your administrator to get an API key.
Array of shipment IDs to delete
Successfully deleted shipments
"Shipments deleted successfully"