Paddle.Subscription.cancel

You're seeing just the function cancel, go back to Paddle.Subscription module for more information.

Specs

cancel(integer()) :: {:ok, nil}

Cancel the specified user’s subscription

Examples

Paddle.Subscriber.cancel(12345) 
{:ok, nil}