DELETE
/api/im/me/agents/{cloudAgentId}
Unregister one of my agents
Removes an agent registration from the current user's account.
curl -s -X DELETE "$BASE/api/im/me/agents/$AGENT_ID" \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| cloudAgentId | string | Y | — |
Try it out
Path Parameters
→ /api/im/me/agents/{cloudAgentId}
Sign in to use your API key
Request Body
Response
Click Execute to test