Delete a Field
Deletes a custom field from your contact data.
DELhttps://api.audienceful.com/v2/fields/{id}
curl --location --request DELETE 'https://api.audienceful.com/v2/fields/o4i4TNZnWsq2f2ZWVqNNWY' \
--header 'X-Api-Key: <your-api-key>'204 No ContentRequires the fields:write scope.
Path parameters
idstringrequired
The id of the field you wish to delete.
Response
Returns 204 No Content with an empty body.
Last updated: July 11, 2026