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