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>'

Documentation Index

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

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

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