Skip to main content
POST
/
miniapp
/
devices
/
remove
Remove Connected Device
curl --request POST \
  --url http://localhost:8080/miniapp/devices/remove \
  --header 'Content-Type: application/json' \
  --data '
{
  "initData": "<string>",
  "hwid": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
initData
string
required
hwid
string
required

Response

Successful Response

success
boolean
default:true
message
string | null