Skip to main content
PATCH
/
api
/
subscriptions
/
customer
/
{id}
/
cancel
Assinante cancela assinatura
curl --request PATCH \
  --url https://alpa-sistema-api.onrender.com/api/subscriptions/customer/{id}/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usealpa.com/llms.txt

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

Path Parameters

id
string<uuid>
required

Body

application/json
email
string<email>
required

Response

Assinatura cancelada