Revert scheduled cancellation
Revert a scheduled cancellation. Only works when canceledAt is set but status is not yet 'canceled'.
Revert a scheduled cancellation. Only works when canceledAt is set but status is not yet 'canceled'.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X POST "https://commet.co/api/v1/subscriptions/string/uncancel"Revert a scheduled cancellation. Only works when canceledAt is set but status is not yet 'canceled'.
Subscription public ID
{
"success": true,
"data": {
"id": "string",
"customerId": "string",
"status": "string",
"updatedAt": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}{
"success": false,
"code": "string",
"message": "string",
"details": null
}