Delete a tracking request custom field
Tracking Requests
Delete tracking request custom field
Remove a custom field value from a tracking request in the Terminal49 API by referencing the custom field definition’s api_slug for that tracking request.
DELETE
Delete a tracking request custom field
Deletes a specific custom field from a tracking request by its
api_slug.
Path parameters
| Parameter | Required | Description |
|---|---|---|
tracking_request_id | Yes | The ID of the tracking request |
api_slug | Yes | The api_slug of the custom field definition |
Authorization
Requiresupdate permission on the tracking request.
Response
Returns204 No Content on success.Authorizations
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Path Parameters
Tracking request ID
Custom field api_slug
Response
204
No Content