Description
This API is used to disable the document processing service. After the service is disabled, the Bucket will no longer be able to use the document processing service.
Authorization Description
When a sub-account is used, you need to add the ci:DeleteDocProcessBucket permission in the action of the authorization policy. For all operation interfaces supported by Cloud Infinite, see CI action. Service Activation
To use this feature, you need to bind Bucket in advance and activate the Cloud Infinite service. Note:
After Cloud Infinite is bound, if you manually unbind Cloud Infinite from the Bucket, you will not be able to continue using this feature.
Use Limits
Before using this interface, confirm the relevant restrictions. For details, see Usage Limits. Request
Request sample
DELETE /docbucket HTTP/1.1
Host: <BucketName-APPID>.ci.<Region>.myqcloud.com
Date: GMT Date
Authorization: Auth String
Request header
This interface only uses common headers for requests. For details, see the Common Request Headers documentation. Request body
The request body of this request is empty.
Response
Response Headers
This interface only returns common headers for responses. For details, see the Common Response Headers documentation. Response Body
The response body returns application/xml data, and the content containing complete data of the node is displayed as follows:
<Response>
<RequestId>RequestId</RequestId>
<BucketName>BucketName</BucketName>
</Response>
The specific data content is as follows:
|
Response | None. | Container for saving results | Container |
Response content of the Container node:
|
RequestId | Response | Unique ID of the Request | String |
BucketName | Response | Bucket Name | String |
Error Codes
This request has no specific error messages. For common error messages, see the Error Codes documentation.