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"
}
Cancel the target 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"
}
OK
The response is of type object
.