DELETE/schedule/{scheduleid}

Delete Schedule

This endpoint enables you to delete an existing schedule by providing the schedule ID as input and returns the status of the request.
DELETE/schedule/{scheduleid}

Parameter Details

NameInTypeRequiredDescription
scheduleidpathinteger(int32)Requirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone
400Bad RequestErrorNone
401UnauthorizedAuthorization has been denied for this requestNone
429Too Many RequestsYou have exceeded your access limitNone

Example Request

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

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.