VerifiedPermissions / Client / delete_policy_store

delete_policy_store#

VerifiedPermissions.Client.delete_policy_store(**kwargs)#

Deletes the specified policy store.

This operation is idempotent. If you specify a policy store that does not exist, the request response will still return a successful HTTP 200 status code.

See also: AWS API Documentation

Request Syntax

response = client.delete_policy_store(
    policyStoreId='string'
)
Parameters:

policyStoreId (string) –

[REQUIRED]

Specifies the ID of the policy store that you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions