Skip to main content
POST
/
instructor
/
executions
/
stopRecording
Stop recording instructor session
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/stopRecording \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "success": true
}

Body

application/json
id
string
required

ID of the instructor execution to stop recording

Response

Recording stopped successfully

success
boolean
required

Whether the recording was stopped successfully

I