Noxus Documentation home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
Documentation
API Reference
Noxus SDK
Blog
API Reference
  • Introduction
Workflows
  • GET
    Get Workflow
  • GET
    Get Workflows
Runs
  • POST
    Create Async Run
  • POST
    Create Sync Run
  • GET
    Get Runs
  • GET
    Get Paginated Runs
  • GET
    Get Run
  • GET
    Get Run by ID
  • GET
    Get Run Data by ID
  • POST
    Search Runs
Knowledge Bases
  • GET
    Get Knowledge Base
  • POST
    Add Knowledge Base
  • GET
    Get Knowledge Bases
  • DEL
    Delete Knowledge Base
  • PATCH
    Update Knowledge Base
  • POST
    Add Knowledge Base Document
  • GET
    Get Knowledge Base Document
  • GET
    Get Knowledge Base Documents
  • PATCH
    Update Knowledge Base Document
  • DEL
    Delete Knowledge Base Document
  • POST
    Upload Train Knowledge Base
  • POST
    Generic Train Knowledge Base
  • POST
    Retry Reingesting all Documents with Errors
  • GET
    Get Knowledge Base Running Jobs
Conversations
  • GET
    List Conversations
  • POST
    Create Conversation
  • GET
    Get Conversation
  • DEL
    Delete Conversation
  • POST
    Add Message
  • POST
    Refresh Message
Agents (Co-workers)
  • POST
    Add Agent
  • PATCH
    Update Agent
  • POST
    Duplicate Agent
  • GET
    Get Agents
  • GET
    Get Agent
  • DEL
    Delete Agent
  • POST
    Restore Agent
Agents (Co-workers)

Delete Agent

Mark an agent as deleted

DELETE
/
v1
/
agents
/
{agent_id}
{
  "success": true
}

Authorizations

​
Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

​
agent_id
string
required

Response

200
application/json

Successful Response

The response is of type object.

Get AgentRestore Agent
linkedinyoutube
Powered by Mintlify
{
  "success": true
}
Assistant
Responses are generated using AI and may contain mistakes.