Deletes an agent store.
Operation description
To avoid conflicts, do not create an agent store with the same name as the agent store being deleted during the deletion process.
After an agent store is deleted, the agent store becomes unavailable, and the tables, table data, and related indexes in the agent store cannot be recovered. Proceed with caution.
Try it now
Test
RAM authorization
Request syntax
POST /v2/openapi/deleteagentstorage HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
request body |
|
| AgentStorageName |
string |
Yes |
agent storage name |
agent-test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
E734979F-5A44-5993-9CE5-C23103576923 |
Examples
Success response
JSON format
{
"RequestId": "E734979F-5A44-5993-9CE5-C23103576923"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.