Skip to main content

POST /api/agent/:zid/skills/detach

MethodPOST
Path/api/agent/:zid/skills/detach
GroupAgent Protocol State
Authauthenticated session
Sourceshared/api-core/src/routes/agentProtocolState.ts

Call it

curl -X POST https://zeqsdk.com/api/agent/:zid/skills/detach \
-H "Content-Type: application/json" \
-d '{"ref":null}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference