Update device status
Update the enabled/disabled status of a specific device for a Non Custodial Wallet
PATCH
TypeScript
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.
Headers
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.
Body
application/json
Whether the device should be enabled or disabled
Example:
true
Response
No Content - Device status updated successfully
Previous
Get registered devices - paginatedGet a paginated list of registered devices for a specific Non Custodial Wallet
Next
TypeScript