Skip to main content
POST
Delete Bulk Payments
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Delete Bulk Payments Description: The /payment/bulk/delete endpoint allows deletion of multiple payments simultaneously. Method: POST Authorization:
  • Required role: admin or higher
Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
ids
string[]
required

Array of payment IDs to delete

Response

Success

message
string
deletedCount
integer