Delete results
Delete results
Path Parameters |
---|
typebotId string — REQUIRED |
Query Parameters |
---|
resultIds stringComma separated list of ids. If not provided, all results will be deleted. ⚠️ |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
Delete results
Path Parameters |
---|
typebotId string — REQUIRED |
Query Parameters |
---|
resultIds stringComma separated list of ids. If not provided, all results will be deleted. ⚠️ |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
mutation.results.deleteResults
DELETE /typebots/:typebotId/results
https://app.typebot.io/api/v1
curl -L -X DELETE 'https://app.typebot.io/api/v1/typebots/:typebotId/results' \
-H 'Accept: application/json'