Skip to content

Deletes a device plan

DELETE
/devices/id/plan

Removes the active plan from the device, recording the date it was removed, so that partial plan usage can be deducted during billing.
A removed plan can not be re added to a device, and a new plan has to be used.
If you are on legacy reseller billing, this endpoint will not work. Instead see /api/devices/{id}/activateOnResellerPlan and /api/devices/{id}/deactivate routes

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

Device ID

Typeinteger
Required

Responses

OK
application/json
JSON
{
}

Samples