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
The body is of type object
.
204
The response is of type object
.
Was this page helpful?