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.
Example response
{
"data": {
"id": "per_183ed5cc-3182-45de-84d1-d520f2604810"
},
"deprecations": [
"This field is deprecated"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.