Delete a specific payment batch from your account.
cURL
curl --request DELETE \ --url https://api.equalsmoney.com/v2/payment-batches/{paymentBatchId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
The unique ID of the Payment Batch.
36
The ID of the account to work with.
"F50091"
Body
The body is of type object.
object
No Content
Was this page helpful?