Bot Service Controller
Clear Bot Data
Path: /api/bots/clear
Method: POST
Example Http Request
POST /api/bots/clear HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 113
{"message":"Cleared movements. Please add more before starting bot service.: (#Avatars: N/A, #MovementFiles: 0)"}
Example Curl Request
$ curl 'http://localhost:8080/api/bots/clear' -i -X POST
Bot Service Controller