Revoke an API Key (Bearer token). The token to revoke is the same one used to authenticate this request.
cURL
curl --request DELETE \ --url https://membership.sjaa.net/api/keys \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Revocation successful.