DELETE
/
api
/
projects
/
{projectName}
/
agents
/
{agentName}
curl --request DELETE \
  --url http://127.0.0.1:47334/api/projects/{projectName}/agents/{agentName}
"<string>"

Path Parameters

projectName
string
required

The name of the project where agent resides

agentName
string
required

Name of existing agent to delete

Response

200
application/json
An empty response indicates success

The response is of type string.