Delete a custom field

DELETE /api/v1/custom-field/{customField_uuid}

Path parameters

  • customField_uuid string Required
  • customField string Required

    Optional parameter. UUID The UUID of the custom field

DELETE /api/v1/custom-field/{customField_uuid}
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/custom-field/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
 --header "Authorization: Bearer $ACCESS_TOKEN"