Skip to main content

Delete the caller's organization

DELETE 

/api/v1/organizations/current

Soft-delete the authenticated user's organization.

  • Owner-only.
  • 409 if the organization has any other members (remove them first).
  • Side effect: clears the caller's organization_id and demotes them to member.
  • API-key scope required: org:delete.

Responses

Successful Response