Delete a shipment custom field
Shipments
Delete shipment custom field
Remove a custom field value from a shipment in the Terminal49 API by referencing the custom field definition’s api_slug for that shipment record.
DELETE
Delete a shipment custom field
Deletes a specific custom field from a shipment by its
api_slug.
Path parameters
| Parameter | Required | Description |
|---|---|---|
shipment_id | Yes | The ID of the shipment |
api_slug | Yes | The api_slug of the custom field definition |
Authorization
Requiresupdate permission on the shipment.
Response
Returns204 No Content on success.