Skip to main content
DELETE
/
payment-batches
/
{paymentBatchId}
cURL
curl --request DELETE \
  --url 'https://api.equalsmoney.com/v2/payment-batches/{paymentBatchId}?accountId={{accountId}}' \
  --header 'Authorization: <api-key>'

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