Skip to content

Instantly share code, notes, and snippets.

@nishitpatel01
Created August 24, 2022 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishitpatel01/1a5499ec79128937230db0ee49e31986 to your computer and use it in GitHub Desktop.
Save nishitpatel01/1a5499ec79128937230db0ee49e31986 to your computer and use it in GitHub Desktop.
delete_ds_endpt = f'https://timeseriesinsights.googleapis.com/v1/projects/{PROJECT_ID}/datasets/{dataset}'
res = query_ts(method="DELETE", endpoint=delete_ds_endpt, data=None, auth_token=token_array[0])
res
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment