Skip to main content
DELETE
/
organization
/
{organizationId}
Delete organization
curl --request DELETE \
  --url https://api-eu.cybedefend.com/organization/{organizationId} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key for authentication. You can generate an API key from your personal settings.

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Response

Organization deleted

message
string
required

Message describing the outcome