Skip to content

Instantly share code, notes, and snippets.

@nealrs
Created November 19, 2015 15:36
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 nealrs/ace4a3408305935994fb to your computer and use it in GitHub Desktop.
Save nealrs/ace4a3408305935994fb to your computer and use it in GitHub Desktop.
delete ziggeo videos
from Ziggeo import Ziggeo
ziggeo = Ziggeo("APP_TOKEN", "PRIVATE_KEY", "ENC_KEY")
print ziggeo.videos().delete("VIDEO_TOKEN")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment