Skip to main content
DELETE
/
api
/
v2
/
shipments
/
{shipment_id}
/
custom_fields
/
{api_slug}
cURL
curl --request DELETE \
  --url https://api.example.com/api/v2/shipments/{shipment_id}/custom_fields/{api_slug}
Deletes a specific custom field from a shipment by its api_slug.

Path parameters

ParameterRequiredDescription
shipment_idYesThe ID of the shipment
api_slugYesThe api_slug of the custom field definition

Authorization

Requires update permission on the shipment.

Response

Returns 204 No Content on success.