Last updated: 12/3/2024 3:32:07 PM
Note
Note
Business role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
This API is used to cancel a subscription.
WARNING
WARNING
The cancellation takes effect immediately. After cancelling, you can no longer use the subscribed service.

Request

HTTP Request

[PUT] /LMPI/v2/customers/{customer_id}/subscriptions/{subscription_id}/disable

Parameters

Name
Type
Description
Validation
Required Parameters
customer_id
string
The unique identifier of the customer company that owns this subscription.
GUID format
subscription_id
string
The unique identifier of the subscription you want to cancel.
GUID format

HTTP Request Example

[PUT] https://{lmpi-fqdn}/v2/customers/ae6344d9-9bfe-4aa3-9bd0-f01cb177615c/subscriptions/68585cf9-1b75-4c14-8cbb-34359032333c/disable
Do not supply a request body with this method.

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
N/A