Skip to main content
DELETE
/
accounts
/
payment
/
subscription
Cancel subscription
curl --request DELETE \
  --url https://api.quiva.ai/accounts/payment/subscription \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Subscription cancelled successfully

data
object
required

Stripe subscription object