Deletes a business scenario. Before deleting, make sure the scenario is not in use. If you delete an active scenario, its custom moderation policy becomes unavailable and the default moderation policy takes over, which may cause errors in business data moderation.
Operation description
Operation: DeleteBizType
Billing: Free of charge.
To construct an HTTP request for this operation, see Request structure. To call this operation using an SDK, see SDK overview.
Rate limiting
This operation supports up to 10 requests per second per Alibaba Cloud account. Requests that exceed this limit are throttled and may affect your business.
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| BizTypeName | String | Yes | bizType1 | The name of the business scenario. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 795D8871-4889-4C0F-A8B1-C7D2B990FF61 | The request ID. |
| Message | String | OK | The message returned for the request. |
Examples
Sample requests
http(s)://green.cn-shanghai.aliyuncs.com/?Action=DeleteBizType&ServiceModule=open_api
&<Common request parameters>
{
"BizTypeName": "bizType1"
}Sample responses
{
"RequestId": "795D8871-4889-4C0F-A8B1-C7D2B990FF61"
}该文章对您有帮助吗?