cURL
curl --request DELETE \ --url https://api.lemlist.com/api/activities/{activityId}/recording-transcript \ --header 'Authorization: Basic <encoded-value>'
{ "ok": true }
Deletes the call recording and transcript associated with an activity.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique activity ID
Success
true
Was this page helpful?
Suggestions