DELETE/schedule/{scheduleId}

Delete Schedule

This API call allows you to delete a schedule from your account.
DELETE/schedule/{scheduleId}

Implementation Notes

Deletes an existing schedule by its scheduleId.

Parameter Details

NameInTypeRequiredDescription
scheduleIdpathintegerRequirednone

Responses

StatusMeaningDescriptionSchema
200OKSchedule deleted successfully
400Bad RequestBad RequestNone
401UnauthorizedAuthentication Failed or Account validity ExpiredNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X DELETE /schedule/{scheduleId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "message": "Schedule Deleted Successfully"
}

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.