# Delete a custom field

Deletes the matching custom field.

Endpoint: DELETE /custom_field_values/{custom_field_value_id}
Version: v4
Security: APIToken

## Path parameters:

  - `custom_field_value_id` (string, required)
    Unique identifier for the resource instance.
    Example: "123456-22mpg8-dfmfi7"

## Header parameters:

  - `Authorization` (string, required)
    Bearer token for authentication

  - `Content-Type` (string, required)
    Enum: "application/json"


