curl --request DELETE \
--url https://api.example.com/api/v1/wallet \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dangerous": true,
"fingerprint": "<string>"
}
'{
"deleted": true,
"message": "<string>"
}curl --request DELETE \
--url https://api.example.com/api/v1/wallet \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dangerous": true,
"fingerprint": "<string>"
}
'{
"deleted": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?