cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/remove_api_key \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 8190, "method": "private/remove_api_key", "params": { "id": 2 } } '
{ "jsonrpc": "2.0", "id": 1569, "result": "ok" }
Removes API key.
๐ Related Article: Creating new API key on Deribit
Scope: account:read_write
account:read_write
Try in API console
API key ID
1
Success response
The JSON-RPC version (2.0)
2.0
Result of method execution. ok in case of success
ok
The id that was sent in the request
Was this page helpful?