DeleteImageLib

更新时间:
复制 MD 格式

Deletes a specified similar image library. Deleted image libraries cannot be restored.

Description

Warning

This operation is irreversible. Deleted image libraries cannot be recovered. Proceed with caution.

To construct an HTTP request for this operation, see Request structure. You can also use an SDK to make the call. For available SDKs, see SDK overview.

Billing: This operation is free of charge.

QPS limits

10 calls per second per account. Requests that exceed this limit are throttled.

Request parameters

For common request parameters required by all AI Guardrails API requests, see Common parameters.

ParameterTypeRequiredExampleDescription
IdIntegerYes2147The primary key ID of the image library.
Note

Do not use the image library code for this parameter.

Response parameters

For common response parameters, see Common response parameters.

Examples

Sample request

http(s)://green.cn-shanghai.aliyuncs.com/?
Action=DeleteImageLib&ServiceModule=open_api
&<Common request parameters>
{
  "Id": 2147
}

Sample success response

{
  "requestId": "795D8871-4889-4C0F-A8B1-C7D2B990FF61",
  "code": 200
}