Skip to main content
DELETE
/
activities
/
{activityId}
/
recording-transcript
Delete Activity Recording & Transcript
curl --request DELETE \
  --url https://api.lemlist.com/api/activities/{activityId}/recording-transcript \
  --header 'Authorization: Basic <encoded-value>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

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

Permanently removes the audio recording file and transcription data from storage, and clears the related metadata from the activity. This action is irreversible — once deleted, the recording and transcript cannot be recovered.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

activityId
string
required

Unique activity ID

Response

Success

ok
boolean
Example:

true