Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Body
application/json
Body
Response
204
curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/agents \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"ids": [
"<string>"
]
}'
{
"deletedCount": 123
}
curl --request DELETE \
--url https://app.happyrobot.ai/api/v1/agents \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"ids": [
"<string>"
]
}'
{
"deletedCount": 123
}
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
Body
204
Was this page helpful?