The method and parameters
|
POST /api/v1/billing/devices/deactivate |
JSON
{
"uuid": "7a593d26-8cfd-47e9-8647-1fb18a36fedb",
"leave_reserved": true
}
string uuid required – a device UUID.
bool leave_reserved – indicates whether the device should remain reserved after it is deleted. Set to true to keep the device in a reserved state even after deletion.
|
204 |
|
Successful response |
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|