Skip to main content

Delete Campaign Template Schedule

DELETE 

/campaign-templates/:id/schedule

deprecated

Use this API to delete the schedule for a certification campaign template. The API returns a 404 if there is no schedule set. Though this Beta endpoint has been deprecated, you can find its V3 equivalent here.

Request

Path Parameters

    id stringrequired

    ID of the campaign template whose schedule is being deleted.

    Example: 04bedce387bd47b2ae1f86eb0bb36dee

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...