Cancel Subscription
curl --request POST \
  --url https://api.revolv3.com/api/Subscriptions/{subscriptionId}/cancel
{
  "subscriptionId": 1,
  "customerId": 3,
  "subscriptionStatus": "Cancelled",
  "cancelledAt": "2025-09-08T12:50:26.8674638Z"
}

Path Parameters

subscriptionId
integer
required

Response

OK

The response is of type object.