Delete a people custom field

Soft deletes the custom field definition. Existing values on records are preserved.

Path Parameters
  • id
    Type: stringFormat: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
Request Example for delete/api/people/custom-fields/{id}
curl https://beta-api.introzy.com/api/people/custom-fields/123e4567-e89b-12d3-a456-426614174000 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "success": true,
  "data": {
    "deleted": true
  }
}