m2pfintech

Delete Low Balance Alert

Removes an active alert configuration. Once deleted, no further alerts are sent for the specified criteria.

POST
/v1/corporate-alert/configuration/delete

Authorization

bearerAuth tenantId
AuthorizationBearer <token>

JWT Bearer token from the Authentication API

In: header

X-TENANT-ID<token>

Your unique tenant identifier assigned during onboarding

In: header

Header Parameters

X-TENANT-ID*string

Your unique tenant identifier

Request Body

application/json

corporateId?string

Corporate entity ID

accountNumber?string

Corporate pool account number

alertType?string

Type of alert

thresholdAmount?number

Amount threshold to trigger alert

emailRecipients?array<string>
mobileRecipients?array<string>

Response Body

curl -X POST "https://sandbox-api.m2pprepaid.com/prepaid/middleware/v1/corporate-alert/configuration/delete" \  -H "X-TENANT-ID: ACME_CORP" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty