Delete an Opt-Out
DELETE /addressbook/optouts/{msisdn}
DELETE /addressbook/optouts/{msisdn}Required Permission
delete:OptoutsExample Request
curl --location --request DELETE 'https://<hostname>/addressbook/optouts/55555555555' \
--header 'Authorization: Bearer YOUR_API_KEY'Success Response (HTTP 200)
{
"success": true
}Not Found (HTTP 404)
Last updated