NotifyHub
Openapi

Cancel schedule

DELETE
/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler/{scheduleId}

Cancels a pending scheduled dispatch so it will not be sent. Only dispatches in pending status can be cancelled; returns 409 for dispatches already sent or cancelled. This endpoint is idempotent.

Authorization

Authorization<token>

In: header

Response Body

curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/scheduler/{scheduleId}"
Empty