cURL
curl --request DELETE \ --url https://api.lemlist.com/api/schedules/{scheduleId} \ --header 'Authorization: Basic <encoded-value>'
{ "_id": "skd_L2sKZ3HMddtrfmHGr" }
Deletes a specific schedule.
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
The unique identifier of the schedule
Success
Was this page helpful?