Skip to content

Delete a custom field

Request

Permanently remove a custom field definition and all its values.

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

DELETE
/leads/api/custom-fields/{uuid}
curl -i -X DELETE \
  'https://leadgen.grinfi.io/leads/api/custom-fields/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Field deleted.