Back to Organization & People Management
Delete Organization
Deletes an organization and its data. Use with caution.
Request Details
path Parameters
| Field | Type | Required | Description | 
|---|---|---|---|
| id | string  | Yes | The ID of the organization to delete | 
Sample Request & Response
DELETE
/v1/organizations/{id}Sample Request
Headers:
{
  "Authorization": "Bearer <YOUR_API_KEY>"
}Path Parameters:
{
  "id": "string (required) - The ID of the organization to delete"
}Sample Response (204)
{}