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

Description

Delete Bulk Payment Settings Description:
The /payment-setting/bulk/delete endpoint allows deletion of multiple payment settings 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 setting IDs to delete

Response

Success

message
string
deletedCount
integer