Skip to main content
POST
Bulk delete invoice payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

Body

application/json
ids
string<uuid>[]
required

List of UUIDs to delete (max 100).

Required array length: 1 - 100 elements

Response

Payments deleted successfully.

data
object
required