Skip to content

Packages  ›  trotsky  ›  StepDeletePost  ›  apply

StepDeletePost.apply() method

Applies the step logic to delete the post provided in the context.

Signature:

typescript
/** @override */
apply(): Promise<void>;

Returns:

Promise<void>

Exceptions

Error if the context does not provide the required post data.