Skip to main content

Canceling a specific subscription

POST 

/recurrency/subscriptions/:subscriptionId/cancel

This endpoint is used to cancel a specific subscription based on the ID provided. When sending a cancellation request to this endpoint, the system cancels the specified subscription. If the subscription is successfully canceled, the system returns a response with an empty body.

Request​

Path Parameters

    subscriptionId uuidrequired
    Example: 8086bfd7-6241-4f76-81d8-70460533ce74

Responses​

Canceled Successfully

Loading...