Trillet AI logo

Delete Omni Flow Agent

Delete an existing agent

DELETEhttps://api.trillet.ai/v1/api/omni-flow-agents/{agentId}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

agentIdstringrequired

The unique identifier of the agent to delete

Response Fields

successstring

Boolean value indicating if it was a successful operation.

messagestring

A message confirming the successful deletion of the agent.

{
  "success": true,
  "message": "Agent successfully deleted"
}