Skip to main content
DELETE
/
organizations
/
{org_id}
Delete Organization
curl --request DELETE \
  --url https://management-api.unomiq.com/organizations/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "message": "<string>",
  "deleted_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Response

Successful Response

id
string
required
message
string
required
deleted_at
string
required