cURL
curl --request DELETE \ --url https://api.kit.com/v4/custom_fields/{id} \ --header 'X-Kit-Api-Key: <api-key>'
{ "errors": [ "The access token is invalid" ] }
This will remove all data in this field from your subscribers.
Authenticate API requests via an API Key
Deletes the custom field
Was this page helpful?