All Products
Search
Document Center

DataWorks:DeleteMetaCollection

Last Updated:Oct 17, 2024

Deletes a collection.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
QualifiedNamestringYes

The unique identifier of the collection.

album.12333

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

0000-ABCD-E****
Statusboolean

The result of the operation. Valid values:

true: succeeded

false: failed

true
HttpStatusCodeinteger

The HTTP status code.

200
ErrorMessagestring

The error message.

The specified product does not exist.
ErrorCodestring

The error code.

999999
Successboolean

Indicates whether the request was successful. Valid values:

true

false

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "0000-ABCD-E****",
  "Status": true,
  "HttpStatusCode": 200,
  "ErrorMessage": "The specified product does not exist.",
  "ErrorCode": "999999",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history