Skip to main content

Unpublish an entry

Log in to add to favourites
POST/api/management/projects/{projectId}/entries/{entryId}/workflow/events

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
entryIdquerystringuuidThe entry identifier as a 128 bit GUIDtrue
triggerbodyobjectworkflow triggerDetails to invoke the workflow event. You can target a language variation by specifying the languagetrue

Responses

HTTP status codeReasonModel
200SuccessEntry
401UnauthorizedError
404Project not foundError
404Entry not foundError
422Validation errorError
500Internal server errorError

Examples

HTTP
1
2
3
4
5
6
POST: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c/workflow/events { "language": "en-GB", "event": "*.sysUnpublish" }

Still need help?

New support request