People
Delete member
Permanently removes a member from the organization. This action cannot be undone.
delete/v1/people/{id}
Path parameters
idstring required
Example:mem_abc123def456
Member ID
Response
Member deleted successfully
Example response
{
"success": true,
"deletedMember": {
"id": "mem_abc123def456",
"name": "John Doe",
"email": "john.doe@company.com"
}
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●