Remove Permission
GET {{aws_lambda_base_url}}/?FunctionName&Qualifier&RevisionId&StatementId&Action=RemovePermission
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
FunctionName | null | The name of the Lambda function, version, or alias. | |
Qualifier | null | Specify a version or alias to remove permissions from a published version of the function. | |
RevisionId | null | Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it. | |
StatementId | null | Statement ID of the permission to remove. | |
Action | string |