DELETE
/
api
/
v1
/
agents
/
{agentId}
curl --location --request DELETE 'https://api.superagent.sh/api/v1/agents/{agentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": null
}

Params

agentId
string
required
The ID of the agent.

Response

success
boolean
Indicates whether the call was successful.
data
object
A single agent object.
curl --location --request DELETE 'https://api.superagent.sh/api/v1/agents/{agentId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": null
}