Created
December 26, 2016 12:51
-
-
Save adastreamer/ca44797ef057c68121dd1a2f17868f32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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