---
title: "Disable auto-renewal"
method: DELETE
path: "/api/billing/v1/subscriptions/{subscriptionId}/auto-renewal/disable"
tags: ["Billing: Subscriptions"]
---

# Disable auto-renewal

`DELETE /api/billing/v1/subscriptions/{subscriptionId}/auto-renewal/disable`

Disable auto-renewal for a subscription.

Use this endpoint when disable auto-renewal for a subscription.

## Path parameters

- `subscriptionId` string, required

## Response `200`

Success response

- BillingV1SubscriptionSubscriptionResource
  - `id` string — Subscription ID
  - `name` string
  - `status` 'active' | 'paused' | 'cancelled' | 'not_renewing' | 'transferred' | 'in_trial' | 'future'
  - `billing_period` integer
  - `billing_period_unit` string
  - `currency_code` string
  - `total_price` integer — Total price in cents
  - `renewal_price` integer — Renewal price in cents
  - `is_auto_renewed` boolean
  - `created_at` string, date-time
  - `expires_at` string, date-time, nullable
  - `next_billing_at` string, date-time, nullable

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
