---
title: "Delete repeat payment"
slug: "delete-repeat-payment"
updated: 2025-03-05T16:55:30Z
published: 2026-01-22T13:05:41Z
canonical: "api-docs.blinkpayment.co.uk/delete-repeat-payment"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.blinkpayment.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete repeat payment

Delete/api/pay/v1/repeat-payments/{schedule_id}

This endpoint deletes a schedule and all its remaining payments that haven’t been processed yet.

## Parameters

- `schedule_id` (integer) : id of the schedule of the repeat payment.

## Request Body

- `payment_type` (string, required): Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.

1. *fixed_schedule*
2. *variable_schedule*

- `recurring_id` (integer, required): id of the transaction you wish to remove.

## Response Body

- `success` (boolean)
- `message` (string)

SecurityHTTPType bearer

Header parametersAuthorizationstringExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c

Path parametersschedule_idstringRequired

Responses200

Successful response

<select class='api-response-data' aria-label='Media type'><option value='055ab811-467c-49ea-9f9d-561eb1edd76f'>application/json</option>
</select>
