DeleteBizType

更新时间:
复制 MD 格式

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

ParameterTypeRequiredExampleDescription
BizTypeNameStringYesbizType1The name of the business scenario.

Response parameters

ParameterTypeExampleDescription
RequestIdString795D8871-4889-4C0F-A8B1-C7D2B990FF61The request ID.
MessageStringOKThe 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"
}