Skip to main content
DELETE
/
v1
/
analytics
/
{botId}
/
logs
Delete results
curl --request DELETE \
  --url https://app.quick.bot/api/v1/analytics/{botId}/logs \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Query Parameters

resultIds
string

Comma separated list of ids. If not provided, all results will be deleted. ⚠️

Response

Successful response

The response is of type any.

I