Created
September 11, 2013 18:41
-
-
Save lkdocs/6527933 to your computer and use it in GitHub Desktop.
This file contains 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
curl -X PUT https://api.launchkey.com/v1/logs \ | |
-d app_key=1234567890 \ | |
--data-urlencode secret_key=SECRET_KEY \ | |
--data-urlencode signature=SIGNATURE \ | |
-d action=Revoke \ | |
-d status=True \ | |
-d auth_request=AUTH_REQUEST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment