Fields
Delete Field
This endpoint deletes a field from your custom subscriber data.
DELETE
/
api
/
people
/
fields
/
{id}
/
Body
id
string
requiredThe id of the field you wish to delete
Response
We return the object that was just deleted for any local cache management you may have to do with your application.
id
string
The id of the field
name
string
The human readable name of the field
data_name
string
The data name of the field is used in subsequent API requests for people
editable
boolean
Allows the field to be edited or not (default fields such as email or tags are not editable)
type
string | boolean | tag | number
The type of data stored in the field