Skip to content

Instantly share code, notes, and snippets.

@adastreamer
Created December 26, 2016 12:51
Show Gist options
  • Save adastreamer/ca44797ef057c68121dd1a2f17868f32 to your computer and use it in GitHub Desktop.
Save adastreamer/ca44797ef057c68121dd1a2f17868f32 to your computer and use it in GitHub Desktop.
def delete(**kwargs):
connection_id = kwargs.get('connection_id', '')
service = Service.get(name = connection_id)
return service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment