You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to delete the completed events using CompletedEventPublications.deletePublications but unsure on what the best practice is, since the docs don't say much about it.
Btw, I am aware of #748.
This is a general question on how to actually trigger the action, for the case where one wants to use this functionality manually.
Is there a preferred way of using the API that works automatically or must the action always be "triggered" manually somehow?
This discussion was converted from issue #767 on August 16, 2024 11:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am trying to delete the completed events using
CompletedEventPublications.deletePublications
but unsure on what the best practice is, since the docs don't say much about it.Btw, I am aware of #748.
This is a general question on how to actually trigger the action, for the case where one wants to use this functionality manually.
Is there a preferred way of using the API that works automatically or must the action always be "triggered" manually somehow?
Currently I am doing something like
Is this correct?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions