Organizations
Delete (soft-delete) an organization (owner only)
Owner-only, reversible soft-delete. Rejects with 409 if the org still has active VMs or a non-zero balance.
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer or_… (legacy vl_… keys still work).
In: header
Path Parameters
orgId*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/orgs/string"Empty
Update an organization (owner/admin) PATCH
Previous Page
Invite a member by email (owner/admin) POST
Records a pending invite and emails the address. The response status is always "invited"; the user becomes a member only after they accept (POST /v1/me/invites/{orgId}/accept). Re-inviting the same email refreshes the invite's role and expiry. 409 if the email already belongs to a member.