TypeScript
required
import { Autumn as autumn } from 'autumn-js'const response = await autumn.cancel({ customer_id: 'user_123', product_id: 'lite'})
Cancel a customer’s subscription or product attachment
Use your Autumn Secret Key as the Bearer token.
The body is of type object.
object
Product cancelled successfully