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

projIdstringRequired

Project _id (UUID) or iid (integer).

agentIdstringRequiredformat: "uuid"

Agent _id (UUID).

Response

The deleted Agent Definition

Errors

500
Internal Server Error