Delete Custom Fields
DELETE/N/A
To remove particular custom field value you can use Update action and an empty value in the custom field.
Note: When you delete any record the corresponding custom field data will be automatically deleted.
curl -X DELETE "https://yoursite.com/N/A" \
-H "authtoken: YOUR_API_TOKEN" Success-Response:
HTTP/1.1 200 OK
Same as Original request Error-Response:
HTTP/1.1 404 Not Found
Same as Original request