cURL
curl --request DELETE \ --url https://api.sendx.io/api/v1/rest/customfield/{customfieldId} \ --header 'X-Team-ApiKey: <api-key>'
{ "message": "Custom Field deleted successfully." }
Deletes a custom field.
The CustomFieldId you want to delete.
"encrypted_id_124"
Custom Field deleted successfully.
The response is of type object.
object
Was this page helpful?