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

Description

Delete Bulk Payment Requests Description:
The /payment-request/bulk/delete endpoint allows deletion of multiple payment requests simultaneously.
Authorization:
  • Required role: admin or higher
Method:
POST
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 request IDs to delete

Response

Success

message
string
deletedCount
integer