---
title: "Pause Subscription"
method: POST
path: "/2023-10/subscription/{subscriptionId}/pause"
---

# Pause Subscription

`POST /2023-10/subscription/{subscriptionId}/pause`

This endpoint allows you to pause an active subscription, halting future billing and deliveries until it is resumed.

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `pauseDuration` object — Optional object used to specify a fixed duration for pausing the subscription. If not provided, the subscription will remain paused indefinitely until manually resumed.
    - `intervalCount` integer
    - `intervalType` 'DAY' | 'MONTH' | 'YEAR' | 'CUSTOM'
    - `resumeDateEpoch` string — This key is used to directly pass the resume date while pausing subscription for a definite pause.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
