Delete an agent from a FlowAI project
Deletes an Agent Definition from a FlowAI Project. Requires editor or owner GBAC role on the project.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
projId
Project _id (UUID) or iid (integer).
agentId
Agent _id (UUID).
Response
The deleted Agent Definition
Errors
500
Internal Server Error