Skip to main content
DELETE
/
organizations
/
{organization_id}
Delete Organization
curl --request DELETE \
  --url https://api.example.com/organizations/{organization_id}
{
  "success": true
}

Path Parameters

organization_id
string
required

Response

Organization deleted

success
boolean