cURL
curl --request POST \ --url https://api.peere.network/v1/recurring/{scheduleId}/pause \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "statusCode": 200, "success": true, "message": "Recurring schedule paused successfully", "data": { "scheduleId": "<string>", "status": "paused", "pausedAt": "2023-11-07T05:31:56Z" } }
Pause a recurring billing schedule.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Recurring schedule paused successfully
200
true
"Recurring schedule paused successfully"
Show child attributes