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

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
ExampleeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Parameters

Path Parameters

id*

Device ID

Typeinteger
Required

Responses

OK
application/json
JSON
{
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python