Delete Custom Field
DELETE /customFields/{CustomFieldId}
Name | Type | Required | Comments |
CustomFieldId | integer | yes | Id of custom field you want to delete. |
{
"data": {},
"errorCode": -1,
"errorText": null
}
Data
field will be equal to null.Last modified 3yr ago