Skip to main content
DELETE
/
cabinet
/
subscription
/
devices
/
{hwid}
Delete Device
curl --request DELETE \
  --url https://api.example.com/cabinet/subscription/devices/{hwid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hwid
string
required

Response

Successful Response

The response is of type Response Delete Device Cabinet Subscription Devices Hwid Delete · object.