Skip to main content
DELETE
/
account
/
api
/
v1
/
organizations
/
{id}
Delete organization
curl --request DELETE \
  --url https://www.closient.com/account/api/v1/organizations/{id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the organization.

Response

200

OK