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

Path parameters

ParameterRequiredDescription
container_idYesThe ID of the container
api_slugYesThe api_slug of the custom field definition

Authorization

Requires update permission on the container.

Response

Returns 204 No Content on success.