Skip to main content
DELETE
/
agent
/
transcript
/
{transcript_id}
Delete Transcript
curl --request DELETE \
  --url https://api.getoutbox.ai/agent/transcript/{transcript_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

transcript_id
string
required

The ID of the thread/transcript to delete

Response

Transcript deleted successfully