Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AstrBotDevs/AstrBot
/ delete
Method
delete
astrbot/dashboard/asgi_runtime.py:357–358 ·
view source on GitHub ↗
(self, url: str, **kwargs)
Source
from the content-addressed store, hash-verified
355
return
await self.request(
"PATCH"
, url, **kwargs)
356
357
async
def
delete(self, url: str, **kwargs):
358
return
await self.request(
"DELETE"
, url, **kwargs)
359
360
361
class
_ContextProxy:
Callers
6
plugin_page_bridge.js
File · 0.45
onContext
Function · 0.45
subscribeSSE
Function · 0.45
unsubscribeSSE
Function · 0.45
delete_threads_by_ids
Method · 0.45
delete_session_internal
Method · 0.45
Calls
1
request
Method · 0.95
Tested by
no test coverage detected