Skip to content

Delete Label Document

Use the /v1/labels/{label_id}/documents/{document_id} endpoint to delete a carrier document registered against a label. Documents that have already been sent to the carrier cannot be deleted.

See the Carrier Document Upload guide for an overview of the upload flow.

Example Request & Response

curl -i -X DELETE \
  https://api.shipengine.com/v1/labels/se-28529731/documents/7f3c1b2a-9d4e-4f5a-8c6b-2e1d0a9b8c7d \
  -H 'API-Key: YOUR_API_KEY_HERE'