v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Removes a policy grant.

post/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant

Path parameters

domainIdentifierstring required

The ID of the domain where you want to remove a policy grant.

entityType'DOMAIN_UNIT' | 'ENVIRONMENT_BLUEPRINT_CONFIGURATION' | 'ENVIRONMENT_PROFILE' | 'ASSET_TYPE' required

The type of the entity from which you want to remove a policy grant.

entityIdentifierstring required

The ID of the entity from which you want to remove a policy grant.

Request body

policyType'CREATE_DOMAIN_UNIT' | 'OVERRIDE_DOMAIN_UNIT_OWNERS' | 'ADD_TO_PROJECT_MEMBER_POOL' | 'OVERRIDE_PROJECT_OWNERS' | 'CREATE_GLOSSARY' | 'CREATE_FORM_TYPE' | 'CREATE_ASSET_TYPE' | 'CREATE_PROJECT' | 'CREATE_ENVIRONMENT_PROFILE' | 'DELEGATE_CREATE_ENVIRONMENT_PROFILE' | 'CREATE_ENVIRONMENT' | 'CREATE_ENVIRONMENT_FROM_BLUEPRINT' | 'CREATE_PROJECT_FROM_PROJECT_PROFILE' | 'USE_ASSET_TYPE' required

The type of the policy that you want to remove.

grantIdentifierstring

The ID of the policy grant that is to be removed from a specified entity.

clientTokenstring

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

Response

Success

RemovePolicyGrantOutput required