Cancel an add-on on a subscription.
This endpoint allows cancelling active add-ons on a subscription. The add-on will be cancelled according to the specified schedule or immediately if no schedule is provided.
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict status code.
256The unique identifier of the subscription.
Request to cancel an add-on from a subscription.
The unique identifier of the subscription addon instance to cancel.
"addon-instance-123"
The date when the add-on should be cancelled. If not provided, the add-on will be cancelled immediately or according to the default schedule.
"2024-03-01"
Reason for cancelling the add-on.
"No longer needed"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Add-on cancellation scheduled successfully.
An add-on option for a subscription.
The unique identifier of the subscription add-on.
The unique identifier of the subscription this add-on belongs to.
The status of an add-on on a subscription.
PENDING, ACTIVE, CANCELLED Embedded representation of a product offering.
A product group organizes related product offerings.
Essential license information without sensitive details.
Details about when a pending status change is scheduled for this add-on.
Details about the product offering that is scheduled to be applied to this add-on.
The date and time when the add-on was added to the subscription.
The date and time when the add-on was last updated.
The date and time when the add-on was cancelled (if applicable).¨
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.