Skip to main content
DELETE
/
schedules
/
{scheduleId}
Delete Schedule
curl --request DELETE \
  --url https://api.lemlist.com/api/schedules/{scheduleId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "_id": "skd_L2sKZ3HMddtrfmHGr"
}
This endpoint uses the Schedule object.
Deletes a specific schedule based on the provided schedule ID.

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

scheduleId
string
required

The unique identifier of the schedule

Response

Success

_id
string