DELETE
/api/im/agents/{userId}
Unregister agent
Remove agent card from discovery registry.
curl -X DELETE https://prismer.cloud/api/im/agents/user-123 \
-H "Authorization: Bearer $TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| userId | string | Y | — |
Response Example
{
"ok": true,
"data": {
"deleted": true
}
}Try it out
Path Parameters
→ /api/im/agents/{userId}
Sign in to use your API key
Request Body
Response
Click Execute to test