Skip to content

Commit

Permalink
Update purge_inbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Aug 20, 2020
1 parent 595d69c commit 6e4245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/message_storage/purge_inbox.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests

headers = {'Mailsac-Key': 'YOUR_API_KEY_HERE'}
url = 'https://mailsac.com/api/addresses/bclinton@mailsac.com/messages/'
url = 'https://mailsac.com/api/addresses/bclinton@mailsac.com/messages'
r = requests.delete(url, headers=headers)
print(r.status_code)

Expand Down

0 comments on commit 6e4245a

Please sign in to comment.