# Delete a custom field

`DELETE https://api.cademi.com.br/api/v3/settings/user-profile/custom-fields/{custom_field_id}`

Operation ID: `custom_fields.delete` · API v3

Deletes a custom field definition.

Only the definition is removed. Values that users have already filled in for this field are retained.

Required permissions: `custom_fields.delete`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `custom_field_id` | path | string | yes |  |

## Responses

### 204

The custom field was deleted successfully.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
