Skip to main content

Removing publish and unpublish schedules from an entry

Log in to add to favourites
DELETE/api/management/projects/{projectId}/entries/{entryId}/schedules/{scheduleType}?language={language}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
entryId(required)querystringuuidThe entry identifier as a 128 bit GUID

Responses

HTTP status codeReasonModel
401UnauthorizedError
404Entry not foundError
500Internal server errorError

Examples

Delete a publish schedule

HTTP
DELETE: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c/schedules/publish?language=en-gb

Delete an expiry schedule

HTTP
DELETE: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c/schedules/expiry?language=en-gb

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request