DeleteMetaCollection

Updated at:

Deletes a metadata collection.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

QualifiedName

string

Yes

The unique identifier of the metadata collection.

album.12333

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

0000-ABCD-E****

Status

boolean

The operation result. Valid values:

true: succeeded

false: failed

true

HttpStatusCode

integer

The HTTP status code.

200

ErrorMessage

string

The error message.

The specified product does not exist.

ErrorCode

string

The error code.

999999

Success

boolean

Whether the request succeeded. Valid values:

true

false

true

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.