Deletes an entity from a collection.
Try it now
Test
RAM authorization
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.