DELETE
/
agents
curl --request DELETE \
  --url https://app.happyrobot.ai/api/v1/agents \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "ids": [
    "<string>"
  ]
}'
{
  "deletedCount": 123
}

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Body

application/json
ids
string[]
required

Response

204 - application/json
deletedCount
number
required