v1
latestOpenAPI 3.0.12026-07-24210349345.4 KBSMS Unsubscribes
Delete Unsubscribes (V2)
Upserts one or more customer records with consent = true (resubscribed). Uses the same request body shape and validation as POST.
delete/v2/sms/unsubscribes
Request body
Example request
[
{
"customerId": "customer-123",
"mobileNumber": "+12345678901",
"timestamp": "2020-06-09T05:32:21Z"
}
]Response
All entries resubscribed successfully
Example response
{
"message": "Data inserted/updated successfully."
}