POST
/
chat
/
crawls
/
delete
curl --request POST \
  --url https://api.webtranspose.com/v1/chat/crawls/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbot_id": "<string>",
  "crawl_id_list": [
    "<string>"
  ]
}'

Body

application/json

Response

200

Successful Response