> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete

> Permanently deletes the current member's organization and all associated data. Calls the `DELETE /sdk/v1/b2b/organizations/me` endpoint. Requires an active session and appropriate RBAC permissions. This action is irreversible.

## Returns

<ResponseField name="requestId" type="String" required />

<ResponseField name="organizationId" type="String" required />

<ResponseField name="statusCode" type="Int" required />

<RequestExample>
  ```kotlin theme={null}
  StytchB2B.organizations.delete()
  ```
</RequestExample>
