MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / delete

Method delete

python/src/cmdop/resources/skills.py:152–154  ·  view source on GitHub ↗
(self, slug: str)

Source from the content-addressed store, hash-verified

150 return (await self._unary(req)).skill_updated
151
152 async def delete(self, slug: str) -> None:
153 req = pb.Envelope(skills_delete_req=s_pb.SkillsDeleteRequest(slug=slug))
154 await self._unary(req)
155
156 # -- publish (async) ---------------------------------------------------
157

Callers

nothing calls this directly

Calls 1

_unaryMethod · 0.80

Tested by

no test coverage detected