Delete Member

Remove a member from a directory.

Remove a member from your directory. This action cannot be undone.

Endpoint

DELETE /api/v1/members/:id

Response

{
  "id": "mem_xyz789",
  "deleted": true
}

Important notes

  • This permanently removes the member
  • The member loses access to the directory
  • Historical lead data is preserved
  • Use status change instead for temporary removal