How to delete a scheduled event using API? #7886
Unanswered
sakhmedbayev
asked this question in
Question
Replies: 1 comment
-
Couldn't you simply use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Disclaimer: I am new to Hasura. I think I am missing some key understanding of how Hasura works.
Here is the list of steps I did so far:
/v1/query
and the following post body, I managed to create a scheduled event (I see it in the Hasura Web Console):Now, I am trying to delete this event using this post body:
and getting back this response:
as I understand
hdb_catalog
is the schema that I should work against but it is not appear anywhere in my Heroku database. I actually managed to create a scheduled event even without any database connected to the project. So, it seems that Hasura uses something else to store my scheduled events, but what??? How to access that database/table? Would you please help me?Beta Was this translation helpful? Give feedback.
All reactions