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"

参数

FieldTypeReqDefaultDescription
userIdstringY

响应示例

{
  "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