Delete Organization
Organizations
Delete Organization
Delete an organization (owner only)
DELETE
Delete Organization
Soft-deletes an organization. Only the organization owner can perform this action. The organization and its data are marked as deleted but retained for a grace period before permanent removal.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token. Only the organization owner can delete it.
Path Parameters
Organization identifier.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Organization has active resources preventing deletion |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Only the owner can delete the organization |
404 | NOT_FOUND | Organization not found |

