DELETE
/
v1
/
people
/
{personId}
curl --request DELETE \
  --url https://api.folk.app/v1/people/{personId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "per_183ed5cc-3182-45de-84d1-d520f2604810"
  }
}

This action is not reversible. When removing a person from the workspace, all of their information is deleted, including their custom field values, notes, and any associations with groups, companies, and other entities.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

personId
string
required

The ID of the person to delete.

Required string length: 40

Response

200
application/json

The ID of the deleted person.

The response is of type object.