Skip to main content
DELETE
/
v1
/
interviews
/
{interview_id}
Revoke Access to Interview Recordings
curl --request DELETE \
  --url https://app.ribbon.ai/be-api/v1/interviews/{interview_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.ribbon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'

Path Parameters

interview_id
string
required
Minimum string length: 1

Response

OK

success
boolean
required

Indicates successful deletion of interview recordings.