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
ID of the instructor execution to stop recording
Recording stopped successfully
Whether the recording was stopped successfully