Skip to main content
DELETE
/
organization
/
{organizationId}
Delete organization
curl --request DELETE \
  --url https://us.cybedefend.com/organization/{organizationId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Response

Organization deleted

message
string
required

Message describing the outcome