Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt

Use this file to discover all available pages before exploring further.

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"
  }
}