Delete AI Agent
DELETE/resources/ai_agents/:id
Deletes an AI Agent by ID
Request
Path Parameters
id uuidrequired
Unique ID of an AI Agent.
Responses
- 204
- 401
- 404
There is no content to send for this request, but the headers may be useful.
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]
Loading...