v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
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

successboolean

Indicates successful deletion

authType'api-key' | 'session'

How the request was authenticated

Example response

{
  "success": true,
  "deletedMember": {
    "id": "mem_abc123def456",
    "name": "John Doe",
    "email": "john.doe@company.com"
  }
}