cURL
curl --request DELETE \ --url https://api.quiva.ai/accounts/payment/subscription \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Cancels the current subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription cancelled successfully
Stripe subscription object