Skip to main content

Delete results

Delete results

Path Parameters
typebotId string REQUIRED
Query Parameters
resultIds string

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

Responses
200

Successful response

Schema
undefined
default

Error response

Schema
message string
code string
issues object[]
message string
mutation.results.deleteResults
DELETE /typebots/:typebotId/results
typebotId — path
resultIds — query
https://app.typebot.io/api/v1
curl -L -X DELETE 'https://app.typebot.io/api/v1/typebots/:typebotId/results' \
-H 'Accept: application/json'