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
Changes
No recorded changes to this endpoint across all 5 revisions of this API.