DELETE
/api/memory/{name}
Authentication
Bearer Token (BearerAuth)
Path Parameters
namestringrequired
Memory item name
Headers
X-Target-Serverstringrequired
Internal IP and port of the pt-agent instance (e.g. 10.10.0.26:9741)
Responses
200
Deletion confirmation
Response Fields:
success(boolean)message(string)
Example:
{
"success": true,
"message": "string"
}