All Products
Search
Document Center

DataWorks:DeleteMetaCollectionEntity

Last Updated:Sep 03, 2026

Deletes an entity from a 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

CollectionQualifiedName

string

Yes

The unique identifier of the collection.

album.12345

EntityQualifiedName

string

Yes

The unique identifier of the entity.

maxcompute.projectA.tableB

Response elements

Element

Type

Description

Example

object

The response data.

RequestId

string

The request ID. Used to locate logs and troubleshoot issues.

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.

entity not exist

ErrorCode

string

The error code.

999999

Success

boolean

Indicates whether the call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

true

Examples

Success response

JSON format

{
  "RequestId": "0000-ABCD-E****",
  "Status": true,
  "HttpStatusCode": 200,
  "ErrorMessage": "entity not exist",
  "ErrorCode": "999999",
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Invalid.Entity.NotExist %s

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.