Deletes an entity from a collection.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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 parameters
Examples
Sample success responses
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 |
---|---|---|
400 | Invalid.Entity.NotExist | %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history