v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Capabilities

Revokes an organization's capability grant.

Idempotent: revoking a grant that does not exist is a no-op.

delete/organizations/{organizationId}/capabilities/{capability}

Path parameters

organizationIdstring required

The organization to revoke the capability from.

capability'SkipContentCheck' | 'PreheatBoost' | 'ManagedImageFaucet' | 'RequestFeatures' required

The named platform-wide capability entitlements a customer can be granted. Each maps to a capability object in the authorization graph; convert to its object id with string CapabilityExtensions.ToObjectId(Capability capability). Kept as a typed enum so capability grants read explicitly at call sites (and, later, on endpoint contracts) instead of passing raw id strings around.

The capability to revoke.

Response

No Content