Skip to main content
POST

Overview

Revokes an API key so that no further requests can authenticate with it. Revocation is permanent and takes effect immediately — the next request using the revoked key returns 401 unauthorized.
Revocation is irreversible. To restore access, mint a new key via the challenge-response flow.

Headers

string
required
A valid PARTNER scope key for the partner that owns the key being revoked.

Path Parameters

string
required
UUID of the key to revoke. Available from List API Keys.

Response

string
UUID of the revoked key.
string
Always "revoked" on success.
string
ISO-8601 timestamp of the revocation.

Errors