Logo
ActiveCampaign Developer Relations API Documentation

Delete Custom Field

DELETE {{yourAccountUrl}}/api/3/fields/:fieldID

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X DELETE '/api/3/fields/:fieldID' -H 'Api-Token: yourApiKey' -d '{"field":{"type":"text","title":"TextField2","descript":"Second text field","perstag":"Second Field","visible":1}}'

ENDPOINTS