The
/payment-setting/bulk/delete
endpoint allows deletion of multiple payment settings simultaneously.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
paymentSettingIds | array | Array of payment setting IDs to delete |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
ids | array | ✅ | Array of payment setting IDs to delete |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Payment Settings
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of payment setting IDs to delete