taikutaiku
User GuidePluginsAPI Reference
DELETE/v1/sessions/{session_id}/user-kv/{plugin_id}/{key}

Available only when the server is built with the postgres feature.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

session_id*string

Current session identifier.

plugin_id*string

Plugin identifier.

key*string

KV entry key.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X DELETE "/api/v1/sessions/string/user-kv/string/string"
{
  "ok": true
}
"No authenticated user or invalid user ID."

"Session not found"

"Database error."
"Database not available."