Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created April 10, 2022 09:28
Show Gist options
  • Save ShanikaNishadhi/bd172ecf86b722ea717cdd8ba982f8ed to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/bd172ecf86b722ea717cdd8ba982f8ed to your computer and use it in GitHub Desktop.
# Delete Data
query_result = client.query(
faunaquery.delete(
faunaquery.ref(
faunaquery.collection("testCollection"), "328031285277622849")
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment