Skip to main content
POST
/
auth
/
organization
/
delete
Delete Organization
curl --request POST \
  --url https://cloud.kaneo.app/api/auth/organization/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organizationId": "<string>"
}
'
"<string>"

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
organizationId
string
required

The organization id to delete

Response

Success

The organization id that was deleted