AI Agents
Delete an Agent
Deletes an existing agent by name.
DELETE
/
api
/
projects
/
{projectName}
/
agents
/
{agentName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
agentName
string
requiredName of existing agent to delete
Response
200 - application/json
The response is of type string
.
Was this page helpful?