Delete a custom field value

DELETE/users/{user_id}/custom-fields/{custom_field_id}

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.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

user_id*string
custom_field_id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/users/string/custom-fields/string"
Empty