1 // API EXPLORER. NOTE, FIELDS ARE EDITABLE!!
2 //
3 // This API allows you to delete a chatbot. The chatbot must have been previously created using the Register Chatbot API
4 // The URL is https://apis.gwocu.com/api/chatbots/delete
5 //
6 curl -X POST "https://apis.gwocu.com/api/chatbots/delete" -H 'Content-Type: application/json' -d ' {
7 "clientNr": "",
8 "gwoken": "",
9 "chatbotMaster": "",
10 "chatbotKey": "",
11 }'

TERMINAL