Skip to main content
DELETE
/
v1
/
sessions
/
{session_id}
/
recordings
/
{recording_id}
Delete Session Recording
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/recordings/{recording_id} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the browser session the recording belongs to.

recording_id
string
required

The ID of the recording to delete. Use "primary" to delete the primary recording.

Response

Recording deleted successfully.

data
object