No Content

Overview

This endpoint can be used to delete a shipment.

Endpoint: /api/v1/shipments/{shipment_id}

Method: DELETE

URL Parameters

shipment_id
integer
required

The ID of the shipment you wish to .

Response

If the shipment is successfully deleted, the API will return a 204 No Content status code.

The response will not contain any content.

No Content