Deletes a memory.
Try it now
Test
RAM authorization
Request syntax
DELETE /workspace/{workspace}/memorystore/{memoryStoreName}/memory/{memoryId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspace |
string |
Yes |
The name of the workspace. |
default-cms-xxxxxx-cn-beijing |
| memoryStoreName |
string |
Yes |
The name of the memory store. |
test-memory-store |
| memoryId |
string |
Yes |
The ID of the memory. |
019ca1e5-7307-7d50-b943-5e628326a8ed |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| requestId |
string |
The ID of the request. |
0B9377D9-C56B-5C2E-A8A4-************ |
Examples
Success response
JSON format
{
"requestId": "0B9377D9-C56B-5C2E-A8A4-************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.