All Products
Search
Document Center

DataWorks:DeleteMetaCollectionEntity

Last Updated:Jul 18, 2024

Deletes an entity from a collection.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CollectionQualifiedNamestringYes

The unique identifier of the collection.

album.12345
EntityQualifiedNamestringYes

The unique identifier of the entity.

maxcompute.projectA.tableB

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Id of the request

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.

entity 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": "entity not exist",
  "ErrorCode": "999999",
  "Success": true
}

Error codes

HTTP status codeError codeError message
400Invalid.Entity.NotExist%s

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

Change history

Change timeSummary of changesOperation
No change history