Deleting an AI Agent

Remove an agent from your account. This action is irreversible and should only be used when an agent is no longer needed.

Endpoint: DELETE /agents/{agent_id}

Description: Deletes the specified agent permanently. Ensure that the agent is no longer in use by any active tasks before proceeding.

Request:

DELETE /agents/12345 HTTP/1.1
Host: api.supremaui.network
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Response:

{
  "message": "AI Agent deleted successfully",
  "agent_id": "12345"
}

Last updated