curl --request DELETE \
--url https://api.trieve.ai/api/stripe/subscription/{subscription_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'
This response does not have an example.
Cancel a subscription by its 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 does not have an example.
The organization id to use for the request
id of the subscription you want to cancel
Confirmation that the subscription was cancelled
Was this page helpful?