---
search:
  tags:
    - organizations
    - DELETE
seo:
  description: >-
    Soft deletes an organization member and the associated user… Reference for
    the DELETE /organizations/members/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: DELETE
  label: Delete organization member
title: Delete organization member
type: openapi-operation
---
Soft deletes an organization member and the associated user account.

**What happens:**
- The organization member is marked as deleted (soft delete)
- The associated user account is also marked as deleted
- The avatar file is permanently deleted from storage
- Records remain in the database but are hidden from normal queries

**Note:** This is a soft delete operation. The data is not permanently removed and could potentially be restored through database operations if needed.

<Operation source="api-reference" id="organizationmemberscontroller-deleteorganizationmember" />
