DeleteMetaCollectionEntity

更新时间:
复制 MD 格式

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

Schema of Response

RequestId

string

The request ID.

0000-ABCD-E****

Status

boolean

The result of the operation. 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 request was successful. Valid values:

true

false

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.