taikutaiku
User GuidePluginsAPI Reference
DELETE
/v1/sessions/{session_id}/storage/{plugin_id}/{filename}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

session_id*string

Current session identifier.

plugin_id*string

Plugin identifier.

filename*string

Validated storage filename.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X DELETE "https://example.com/v1/sessions/string/storage/string/string"
{  "ok": true}