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

# Delete Organization

> Delete an organization.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="org_id" type="string" required>
  The unique identifier of the organization you want to delete.
</ParamField>

### Body

<ParamField body="delete_confirm" type="string" required>
  The slug of the organization to confirm deletion.
</ParamField>

### Response

<ResponseField name="data" type="null">
  Always `null` upon successful deletion.
</ResponseField>

<ResponseField name="errors" type="null | array">
  `null` if successful; contains error details if the request fails.
</ResponseField>

<ResponseExample>
  ```json Response   theme={null}
  {
    "data": null,
    "errors": null
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
