Skip to main content
POST
Revoke an API key
Wallet verification flow. Follow SIWE verification, then review REST authentication exceptions.
Open the generated operation schema for machine-readable request and response details.

Body

application/json
message
string
required

The SIWE message from the challenge endpoint

signature
string
required

Hex-encoded signature from personal_sign (0x-prefixed)

key_id
string<uuid>
required

UUID of the key to revoke

Response

Key revoked successfully

message
string

Confirmation message

Example:

"API key revoked successfully"

wallet_address
string

The wallet address that owned the key

Last modified on September 8, 2026