Delete person field value
DELETE/orgs/:org_id/people/:person_id/fields/:field_id
Delete (unset) the value of field field_id (ID or slug) for this person.
Trying to delete a value for a field which has not been set will return a 404 (Not found) error code.
As an alternative, you can PUT an empty value which will also cause the
field to be unset, but always returns 204 (No Content).
Request
Responses
- 401
- 403
- 404
Example response for status 401
Example response for status 403
Example response for status 404