Skip to content

Delete Results

Endpoint used to delete the results from a Toolzz Bot.

Terminal window
curl --request DELETE \
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/results' \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
typebotIdstringThe unique identifier of the Toolzz Bot to delete results from.Yes

KeyTypeDescription
messagestringSuccessful deletion confirmation message.

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.