Cancelling a schedule
Log in to add to favouritesPage last updated 06 March 2026
POST/api/management/projects/{projectId}/entries/{entryId}/workflow/events
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| entryId(required) | query | string | uuid | The entry identifier as a 128 bit GUID |
Responses
Examples
POST: /api/management/projects/website/entries/5871716d-afbc-423b-ab3f-27692602f74d/workflow/events
{
"language": "en-GB",
"version": "1.4",
"event": "scheduled.cancel",
"data": null
}