v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434249272.1 KB

Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito. After you delete the identity source, you can no longer use tokens for identities from that identity source to represent principals in authorization queries made using <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html">IsAuthorizedWithToken</a>. operations.

post/#X-Amz-Target=VerifiedPermissions.DeleteIdentitySource

Headers

X-Amz-Target'VerifiedPermissions.DeleteIdentitySource' required

Request body

policyStoreIdstring required
<p>Specifies the ID of the policy store that contains the identity source that you want to delete.</p> <p>To specify a policy store, use its ID or alias name. When using an alias name, prefix it with <code>policy-store-alias/</code>. For example:</p> <ul> <li> <p>ID: <code>PSEXAMPLEabcdefg111111</code> </p> </li> <li> <p>Alias name: <code>policy-store-alias/example-policy-store</code> </p> </li> </ul> <p>To view aliases, use <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicyStoreAliases.html">ListPolicyStoreAliases</a>.</p>
identitySourceIdstring required

Specifies the ID of the identity source that you want to delete.

Response

Success

DeleteIdentitySourceOutput required