Skip to main content
POST
/
keys
/
{id}
/
revoke
Revoke API key
curl --request POST \
  --url https://api.openwhispr.com/api/v1/keys/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key starting with owk_live_

Path Parameters

id
string<uuid>
required

API key ID.

Response

Key revoked.

message
string