DELETE /keys/{wallet}/{id}
DELETE

/v1/keys/{wallet}/{id}

Revoke API key (first call revokes; calling again on a revoked key permanently deletes it)

Authwallet signature

Request

DELETEhttps://api.xrpl.to/v1/keys/{wallet}/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
walletYour wallet's r-address
idA token id: its md5, slug or issuer_currency
Body
Headers
X-Wallet, X-Signature, X-Timestamp, X-Public-Key
curl -X DELETE 'https://api.xrpl.to/v1/keys/{wallet}/0dd550278b74cb6690fdae351e8e0df3'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Revoke API key (first call revokes; calling again on a revoked key permanently deletes it)

Headers
X-Wallet, X-Signature, X-Timestamp, X-Public-Key
OpenAPI