MCPcopy 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
361class _ContextProxy:

Callers 6

onContextFunction · 0.45
subscribeSSEFunction · 0.45
unsubscribeSSEFunction · 0.45
delete_threads_by_idsMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected