Delete a custom field
DELETE/custom-fields/:field_id
Soft-delete a custom-field definition by id (unique workspace-wide, so no model is needed).
Write access requires any contact, company, or deal write scope (or their .all variants) —
no dedicated scope exists.
Request
Responses
- 200
- 401
- 403
- 404
The custom field was deleted
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)