v1

latestOpenAPI 3.1.02026-07-223614164.6 KB
People

Delete a person

Delete an existing person in the workspace.

delete/v1/people/{personId}

Path parameters

personIdstring required

The ID of the person to delete.

Response

The ID of the deleted person.

deprecationsstring[]

Example response

{
  "data": {
    "id": "per_183ed5cc-3182-45de-84d1-d520f2604810"
  },
  "deprecations": [
    "This field is deprecated"
  ]
}