Skip to main content
DELETE
/
payment-batches
/
{paymentBatchId}
Delete a payment batch
curl --request DELETE \
  --url https://api.equalsmoney.com/v2/payment-batches/{paymentBatchId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Path Parameters

paymentBatchId
string<uuid>
required

The unique ID of the Payment Batch.

Maximum string length: 36

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Body

application/json

Body

The body is of type object.

Response

204 - application/json

No Content