AccountAccess / Client / delete_entitlement
delete_entitlement¶
- AccountAccess.Client.delete_entitlement(**kwargs)¶
Deletes an entitlement from an account access manager application. This operation is idempotent; deleting an entitlement that has already been deleted does not return an error.
See also: AWS API Documentation
Request Syntax
response = client.delete_entitlement( applicationArn='string', entitlementId='string' )
- Parameters:
applicationArn (string) –
[REQUIRED]
Specifies the ARN of the application that the entitlement belongs to.
entitlementId (string) –
[REQUIRED]
Specifies the unique identifier of the entitlement to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions