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": [
{
"id": "string",
"displayName": "string",
"role": "general",
"description": "",
"instructions": "",
"defaultSpaceId": "default",
"sourceApp": "",
"hostAgentId": "",
"tags": [
"string"
]
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}