DELETE/api/v1/schedule/{scheduleId}

Delete Schedule

By using this endpoint the user can delete a single schedule.
DELETE/api/v1/schedule/{scheduleId}

Mandatory Fields

  • scheduleId

Parameter Details

NameInTypeRequiredDescription
scheduleIdpathstring(string)RequiredSchedule Id

Responses

StatusMeaningDescriptionSchema
204No ContentOk, data deletedNone
400Bad RequestRequest data failed validation(s)None
401UnauthorizedAuthentication Failed!None
404Not FoundNot found.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X DELETE /api/v1/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.