method

App.CancelScheduledPublish

func (application *App) CancelScheduledPublish( ctx context.Context, collection, documentID, jobID string, identity *AuthIdentity, ) error

Dismiss one scheduled publish for an authorized document.

Source core/publishing.go:105

@param ctx
The ctx value.
@param collection
The collection value.
@param documentID
The documentID value.
@param jobID
The jobID value.
@param identity
The identity value.
@returns
The declared result.

Related types

  • App

    A resolved application bound to operation services.

  • AuthIdentity

    An exact authenticated collection and actor document.