cURL
curl --request DELETE \ --url https://api.prod.getdex.com/v1/custom-fields/{customFieldId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "message": "<string>" }
Permanently delete a custom field definition and remove its values from all contacts.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Successful response
Was this page helpful?