DELETE
/
api
/
stripe
/
subscription
/
{subscription_id}
curl --request DELETE \
  --url https://api.trieve.ai/api/stripe/subscription/{subscription_id} \
  --header 'Authorization: <api-key>' \
  --header 'TR-Organization: <tr-organization>'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Organization
string
required

The organization id to use for the request

Path Parameters

subscription_id
string
required

id of the subscription you want to cancel