Delete a shipment customs

If needed, customs information can be deleted by sending a DELETE request to the /shipment-customs/{id} route. Like any other object attached to a shipment, it is not possible to delete customs number after DELIVERY/DELIVRY_COMPANY event.

Delete shipment customs by id

delete

Delete shipment customs by id

Authorizations
Path parameters
idstringRequired
Responses
204
No Content
delete
DELETE /shipment-customs/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*

No content

Last updated