Skip to main content
DELETE
/
v2
/
enterprise
/
organizations
/
{org_id}
Delete Enterprise Organization Endpoint
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/organizations/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
Requires an enterprise admin personal API key. Delete an organization from your enterprise.
This action cannot be undone. The organization will be permanently deleted along with all user memberships. You cannot delete the primary organization of your enterprise.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

org_id
string
required

Response

Successful Response

status
string
default:success