Delete Shipment

Delete a shipment

/shipments

DELETE https://api.terminal.africa/v1/shipments

This endpoint allows you to delete a draft shipment.

Headers

NameTypeDescription

Authorization*

string

Set value to Bearer SECRET_KEY

Content-Type*

string

Set value to application/json

Request Body

NameTypeDescription

shipment_id*

string

Unique id of shipment.

{
	status: true,
	message: 'Shipment deleted successfully',
	data: null
}

Last updated