DELETE
https://sjaa-members-866e0b003e92.herokuapp.com
/
api-keys
curl --request DELETE \
  --url https://sjaa-members-866e0b003e92.herokuapp.com/api-keys \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Revocation successful.