Delete Shipment
Delete a shipment
/shipments
DELETE
https://api.terminal.africa/v1/shipments
This endpoint allows you to delete a draft shipment.
Headers
Name
Type
Description
Authorization*
string
Set value to Bearer SECRET_KEY
Content-Type*
string
Set value to application/json
Request Body
Name
Type
Description
shipment_id*
string
Unique id of shipment.
Last updated