Bot Service Controller - Capture Sets
Clear Capture Set
Path: /api/bots/clear-capture
Method: POST
Example Http Request
POST /api/bots/clear-capture 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: 80
{"message":"No active capture set to clear: (#Avatars: N/A, #MovementFiles: 0)"}
Example Curl Request
$ curl 'http://localhost:8080/api/bots/clear-capture' -i -X POST
Bot Service Controller - Capture Sets