Skip to main content
Cancel Subscription
curl --request POST \
  --url https://api.revolv3.com/api/Subscriptions/{subscriptionId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "subscriptionId": 1,
  "customerId": 3,
  "subscriptionStatus": "Cancelled",
  "cancelledAt": "2025-10-31T13:48:15.2117171Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

subscriptionId
integer
required

Response

OK

subscriptionId
integer
customerId
integer
subscriptionStatus
string | null
cancelledAt
string<date-time>