DELETE/schedule/{scheduleId}

Delete Schedule

This endpoint allows you to delete an existing schedule by providing the scheduleID as an input.
DELETE/schedule/{scheduleId}

Parameter Details

NameInTypeRequiredDescription
scheduleIdpathintegerRequiredEnter your scheduleId

Responses

StatusMeaningDescriptionSchema
200OKDeletedNone
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X DELETE /schedule/{scheduleId} \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.