Skip to main content

Endpoint

POST https://api.ugc.inc/billing/cancel

Overview

Cancel your subscription. The subscription remains active until the end of the current billing period. All accounts remain functional until that date.

Request

No request body required. Authentication via profile-scoped Bearer token.

Response

data
object
curl -X POST https://api.ugc.inc/billing/cancel \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "ok": true,
  "code": 200,
  "message": "Success",
  "data": {
    "message": "Subscription will be cancelled at the end of the current billing period"
  }
}