Created
December 26, 2016 12:49
-
-
Save adastreamer/6850a48ce3ce5f967e73ad10ff719673 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) | |
delete_status = service.delete() | |
return delete_status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment