Delete organization member
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.
DELETE
/organizations/members/{id}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
successbooleanrequiredOperation success flag
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions