cURL
curl --request DELETE \ --url https://api.folk.app/v1/people/{personId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "per_183ed5cc-3182-45de-84d1-d520f2604810" } }
Delete an existing person in the workspace.
API key for authentication
The ID of the person to delete.
40
The ID of the deleted person.
The response is of type object.
object