{
"regionID": "TestRegionID",
"policyID": "12de5e49-7ab8-52db-a974-6c6051b074ce",
"instanceIDList": "4b6864c7-670e-8b41-f10e-8ce0786da066"
}
curl --location --request POST '/v4/ecs/backup-policy/unbind-instances' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"policyID": "12de5e49-7ab8-52db-a974-6c6051b074ce",
"instanceIDList": "4b6864c7-670e-8b41-f10e-8ce0786da066"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {},
"statusCode": 800
}