Delete all modus-side state for the active organization
Users
Delete all modus-side state for the active organization
Hard-deletes all modus-side resources owned by the principal’s active org: drops the tenant Postgres schema (agents, context, integrations, etc.) and removes the public.organizations row with FK cascades. Idempotent. Does NOT delete the Clerk org — the caller handles that separately. Requires users:write (owner/admin only).
DELETE
Delete all modus-side state for the active organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Organization deleted (or was already absent).