Revoke an API key. The key will stop working immediately.
cURL
curl --request POST \ --url https://api.openwhispr.com/api/v1/keys/{id}/revoke \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
API key starting with owk_live_
API key ID.
Key revoked.