You can call this operation to delete a disaster recovery plan for a Global Traffic Manager (GTM) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteGtmRecoveryPlan |
The operation that you want to perform. Set the value to DeleteGtmRecoveryPlan. |
RecoveryPlanId | Long | Yes | 100 |
The ID of the disaster recovery plan that you want to delete. |
Lang | String | No | en |
The language used by the user. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 6856BCF6-11D6-4D7E-AC53-FD579933522B |
The ID of the request. |
Examples
Sample requests
http(s)://avds.aliyuncs.com/? Action=DeleteGtmRecoveryPlan
&RecoveryPlanId=100
&<Common request parameters>
Sample success responses
XML
format
<DeleteGtmRecoveryPlanResponse>
<RequestId>6856BCF6-11D6-4D7E-AC53-FD579933522B</RequestId>
</DeleteGtmRecoveryPlanResponse>
JSON
format
{
"RequestId":"6856BCF6-11D6-4D7E-AC53-FD579933522B"
}
Error codes
For a list of error codes, visit the API Error Center.