Delete Agent Profile
Delete a named agent identity.
Path Parameters
agent_id*Agent Id
Response Body
application/json
application/json
curl -X DELETE "https://example.com/settings/agent-profiles/string"{ "agentProfiles": [ { "defaultSpaceId": "string", "description": "string", "displayName": "string", "hostAgentId": "string", "id": "string", "instructions": "string", "role": "string", "sourceApp": "string", "tags": [ "string" ] } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}