Revokes the access permissions on multiple APIs from a specified application.
Operation description
-
This operation is available to both API providers and API callers.
-
Before you revoke access permissions, check who granted them. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:RemoveApisAuthorities |
delete |
*ApiGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
No |
The ID of the API group, which is generated by the system and globally unique. |
523e8dc7bbe04613b5b1d726c2a7889d |
| AppId |
integer |
Yes |
The ID of the application, which is generated by the system and globally unique. |
2386789 |
| StageName |
string |
Yes |
The name of the runtime environment. Valid values:
|
TEST |
| ApiIds |
string |
Yes |
The API IDs. Separate multiple IDs with commas (,). You can specify up to 100 API IDs. |
baacc592e63a4cb6a41920d9d3f91f38,jkscc489e63a4cb6a41920d9d3f92d78 |
| Description |
string |
No |
The description of the authorization. |
Queries weather based on the region name |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D6E46F10-F26C-4AA0-BB69-FE2743D9AE62 |
Examples
Success response
JSON format
{
"RequestId": "D6E46F10-F26C-4AA0-BB69-FE2743D9AE62"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.