API referenceWorkspaceOrganization
Delete organization
Permanently deletes the active organization after confirmationName exactly matches its current name.
- Endpoint
DELETE /v1/organization- Authorization
- Requires an OAuth user identity. Required permission: `org:delete`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
Update organization PATCH
Updates exactly one organization settings section. The section selects the request shape. For a logo, prepare an organization_logo upload, send the image bytes to uploadUrl, then submit its fileRef in the branding section.
Transfer organization administrator PUT
Transfers the organization administrator role from the active administrator to another active member. Both references must identify active organization members.