Plans
Cancel Plan
Submits a cancellation request for an active plan.
POST
Cancel Plan
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Cancel Plan
Submits a cancellation request for the authenticated customer’s active plan. Depending on operator configuration, cancellation may take effect immediately or at the end of the current billing period.Authentication
Requires a valid customer bearer token.Request Body
The request body contains the contract/plan details for the cancellation.The integer ID of the contract to cancel.
Response
Returns a200 OK on success.
Examples
Cancel a plan
TypeScript Integration
Cancel Plan