Magidoc

unsetRecurringActions
Mutation

Make actions non-recurring by removing their recurring linkage. Stops future recurring instances from being generated while preserving the action.

Parameters:

  • actionIds: Array of action IDs to make non-recurring
  • workspaceId: The ID of the workspace

Access: Requires user access to the actions.

Errors: Throws error if user lacks edit permission on the actions.

Arguments

#

actionIds

[ID !]!
Non-null

Array of action IDs to make non-recurring

workspaceId

ID !
Non-null

The ID of the workspace

Response

#

Returns Boolean .

Example

#