Dеactivate a device
The method and parameters
JSON
{
"uuid": "7a593d26-8cfd-47e9-8647-1fb18a36fedb",
"leave_reserved": true
}
POST /api/v1/billing/devices/deactivate |
string
uuid REQUIRED – A device UUID
bool
leave_reserved – the flag responsible for leaving the device reserved after deletion
204 |
Successful response |
422 |
Returns a JSON object with an error. See Validation.
JSON
|