Skip to main content
POST
/
management
/
users
/
{id}
/
reset_device
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.resetDevice.resetDevice(resetDeviceApiResetDeviceRequest);
{
  "error": {
    "message": "<string>"
  }
}

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Path Parameters

id
string
required

The ID of the console user

Response

Reset device approval request has been sent