Delete a Contact
DELETE /addressbook/contacts/{msisdn}
DELETE /addressbook/contacts/{msisdn} Required Permission
delete:ContactsExample Request
curl --request DELETE 'https://<hostname>/addressbook/contacts/55555555555' \
--header 'Authorization: Bearer YOUR_API_KEY'Responses
Success (HTTP 200)
{
"success": true
}Not Found (HTTP 404)
Last updated