cURL
curl --request DELETE \ --url https://app.fliqr.ai/api/users/{user_id}/custom_fields/{custom_field_id} \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "success": true }
remove a custom field from the user
successful operation
Was this page helpful?