DeleteErRouteMap
If you delete a routing policy instance, the related data is lost and cannot be recovered.
Operation description
When you call this operation to delete a routing policy, note that:
-
After deletion, all related data is lost and cannot be recovered. Exercise caution when performing this operation.
-
This interface is an asynchronous interface. After this interface is called, the routing policy instance may not be deleted yet, and the system background deletion task is still in progress. You can call the ListErRouteMaps or GetErRouteMap operation to query the deletion status of a routing policy.
If the routing policy is in the Deleting state, the routing policy instance is being deleted.
If no routing policy instance is recorded, the routing policy instance has been deleted.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DeleteErRouteMap |
delete |
*ErRouteMap
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ErRouteMapIds |
array |
No |
routing policy Instance ID List |
|
|
string |
No |
routing policy ID |
er-rmap-uwglhzom |
|
| ErRouteMapId |
string |
No |
routing policy ID |
er-rmap-uwglhzom |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| ErId |
string |
Yes |
Lingjun HUB ID |
er-kkopgtne |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The error message. (If the instance is in the Exception state, the exception cause is prompted.) |
success |
| RequestId |
string |
The request ID. |
AC8C713A-A9F4-5984-A5E1-76496DF35153 |
| Content |
any |
Response body |
{} |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "success",
"RequestId": "AC8C713A-A9F4-5984-A5E1-76496DF35153",
"Content": "{}",
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.