cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/stopRecording \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{ "success": true }
Stops recording an instructor session for a workflow and login
Recording stopped successfully
The response is of type object.
object