Delete Key

DELETE /keys/{keyId}

Deletes the key and all wallets using this key. Once deleted, keys (and wallets) are not usable anymore, and won't count in your overall organisation wallet count.

Required Permissions

Name
Conditions

Keys:Delete

Always Required

Parameters

Path parameters

Path parameter
Description

keyId

Unique identifier of the key.

Response Body

A key entity with status Archived

200 Success

{
  "id": "key-6ece3-9l565-xxxxxxxxxxxxxxxx",
  "name": "new key name",
  "scheme": "ECDSA",
  "curve": "secp256k1",
  "publicKey": "02660461d66a637ea2d2ee3565669ad794f51ca3e0812ff03a0fe4820a19754839",
  "status": "Archived",
  "custodial": true,
  "dateCreated": "2025-03-26T20:25:52.909Z"
}

Last updated