# Delete a custom field value

`DELETE https://api.cademi.com.br/api/v3/users/{user_id}/custom-fields/{custom_field_id}`

Operation ID: `users.custom_fields.delete` · API v3

Clears the user's value for a custom field. The custom field itself is not affected.

The operation is idempotent: clearing a value that is not set also succeeds.

Required permissions: `users.update`.

## Parameters

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

## Responses

### 204

The custom field value was cleared.

### 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
