Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://sandbox.api.veepag.com/v1/subscription/cancel \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data ' { "companyId": "<string>", "subscriptionId": "<string>" } '
{ "success": true, "message": "Assinatura cancelada com sucesso." }
Cancela uma assinatura.
API key no formato keyId.secret.
Assinatura cancelada.
true
"Assinatura cancelada com sucesso."
Was this page helpful?