Skip to main content
WEBHOOK
key.deleted
{
  "id": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "kind": "key.deleted",
  "data": {
    "key": {
      "id": "<string>",
      "scheme": "DH",
      "curve": "ed25519",
      "publicKey": "<string>",
      "masterKey": true,
      "derivedFrom": {
        "keyId": "key-01snl-t56gb-j8tsok0vn802p80i",
        "path": "<string>"
      },
      "name": "<string>",
      "status": "Active",
      "custodial": true,
      "dateCreated": "<string>",
      "imported": true,
      "exported": true,
      "dateExported": "<string>",
      "dateDeleted": "<string>"
    },
    "wallets": [
      {
        "id": "wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
        "network": "Ethereum",
        "address": "0x00e3495cf6af59008f22ffaf32d4c92ac33dac47",
        "name": "trading hot wallet",
        "signingKey": {
          "id": "key-6ece3-9l565-xxxxxxxxxxxxxxxx",
          "scheme": "ECDSA",
          "curve": "secp256k1",
          "publicKey": "e2375c8c9e87bfcd0be8f29d76c818cabacd51584f72cb2222d49a13b036d84d3d"
        },
        "status": "Active",
        "dateCreated": "2023-04-14T20:41:28.715Z",
        "custodial": true,
        "tags": []
      }
    ]
  },
  "retryOf": "<string>",
  "timestampSent": 123,
  "deliveryAttempt": 2
}

Body

application/json
id
string
required
date
string<date-time>
required
kind
enum<string>
required
Available options:
key.deleted
data
object
required
timestampSent
integer
required
deliveryAttempt
integer
required
Required range: x >= 1
retryOf
string

Response

200

Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.