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