Skip to main content
DELETE
/
organizations
/
workos
/
{orgId}
/
org
Delete WorkOS organization
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/organizations/workos/{orgId}/org \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Response

Organization deleted successfully

success
boolean
message
string