Deleting a Memory Mapping
Function
This API is used to delete a memory mapping.
Constraints
This API can be used only on primary/standby GeminiDB Redis instances.
URI
DELETE https://{Endpoint}/v3/{project_id}/dbcache/mapping
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Explanation: Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. Constraints: N/A Values: N/A Default value: N/A |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Explanation: User token You can obtain the token by calling the IAM API by following Obtaining a User Token Through Password Authentication. Constraints: N/A Values: N/A Default value: N/A |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
id |
Yes |
String |
Explanation: Memory acceleration mapping ID Constraints: N/A Values: N/A Default value: N/A |
Response Parameters
Status code: 202
Parameter |
Type |
Description |
---|---|---|
job_id |
String |
Explanation: Task ID Constraints: N/A Values: N/A Default value: N/A |
Example Request
DELETE https://{endpoint}/v3/054e292c9880d4992f02c0196d3ea468/dbcache/mapping { "id": "1094e5d3-c140-4095-9b13-242de267c175" }
Example Response
Status code: 202
Accepted.
{ "job_id" : "04efe8e2-9255-44ae-a98b-d87cae411890" }
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot