Delete Custom Field
All API requests should contain authorization headers.
Request
DELETE /customFields/{CustomFieldId}
Query Parameters
Name
Type
Required
Comments
CustomFieldId
integer
yes
Id of custom field you want to delete
Response
{
"data": {},
"errorCode": -1,
"errorText": null
}
Last updated
Was this helpful?