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