Skip to main content
DELETE
/
api
/
agents
/
{id}
Delete agent
curl --request DELETE \
  --url https://sontairo.com/api/agents/{id}
{
  "data": {
    "success": true
  }
}

Path Parameters

id
string
required

Query Parameters

workspaceId
string
required
projectId
string

Response

Agent deleted

data
object