v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Pause Subscription

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

post/2023-10/subscription/{subscriptionId}/pause

Path parameters

subscriptionIdinteger required

The unique identifier of the subscription in Loop.

Request body

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/pause:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring

Example response

{
  "success": true,
  "message": "Subscription paused successfully",
  "code": "SUCCESS"
}