Description
You can call this operation to delete an existing model.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The operation that you want to perform. Set this parameter to DeleteModel. |
GroupId | String | Yes | The ID of the group to which the model to be deleted belongs. |
ModelName | String | Yes | The name of the model to be deleted. |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | The ID of the request. |
Examples
Sample requests
https://apigateway.cn-qingdao.aliyuncs.com/?Action=DeleteModel
&GroupId=30e792398d6c4569b04c0e53a3494381
&ModelName=Test
&<Common request parameters>
Sample responsesXML
format
<ModifyModelResponse>
<RequestId>4173F95B-360C-460C-9F6C-4A960B904411</RequestId>
</ModifyModelResponse>
JSON
format
{
"RequestId": "FB195C11-B41F-4045-A8D4-D6581468E6AD"
}