DELETE /api/v1/organizations/{id}
Requires org.delete permission. The caller must be a member of the target organization and belong to at least one other organization — deleting your last organization is not allowed.
Path parameters
UUID of the organization to delete.
Response
Always
true on success.Errors
| Status | When |
|---|---|
400 | Invalid request or path parameter |
401 | Missing or invalid Bearer token |
403 | Caller lacks org.delete permission or is not a member of the target organization |
404 | Organization not found |
409 | This is the caller’s only organization; at least one other must exist before deleting |