Skip to main content
DELETE
/
cosigners
/
{cosignerId}
/
api_keys
/
{apiKeyId}
TypeScript
const response: Promise<FireblocksResponse<ApiKey>> = fireblocks.cosignersBeta.unpairApiKey(cosignersBetaApiUnpairApiKeyRequest);
{
  "id": "44fcead0-7053-4831-a53a-df7fb90d440f",
  "lastSeen": "2021-07-01T00:00:00.000Z",
  "callbackHandler": {
    "url": "https://example.com/callback-handler",
    "publicKey": "-----BEGIN PUBLIC KEY-----\n... truncated ...\n-----END PUBLIC KEY-----",
    "certPublicKeyHash": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cosignerId
string<uuid>
required

The unique identifier of the cosigner

apiKeyId
string
required

The unique identifier of the API key

Response

The API key object to be unpaired

id
string<uuid>
required

The unique identifier of the API key

Example:

"44fcead0-7053-4831-a53a-df7fb90d440f"

lastSeen
string<date-time>

The date the API key was last seen

Example:

"2021-07-01T00:00:00.000Z"

callbackHandler
object