DELETE /user/{account}/labels/{wallet}
DELETE

/v1/user/{account}/labels/{wallet}

Delete a wallet label

Authwallet signature

Request

DELETEhttps://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/labels/{wallet}
Path parameterValueDescription
accountAn XRPL account, its r-address
walletYour wallet's r-address
Body
curl -X DELETE 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/labels/{wallet}'
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

Delete a wallet label

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI