Delete Contact
Use this API to permanently remove a contact from your saved list by providing the contact ID.
API URL: https://api.bulkpe.in/client/deleteContact
Method: POST
Auth: Please refer to the Authorization page.
{
"contact_id": "BENEF30789" //contact ID can be retrieved from the List Contact API
}
Response
{
"status": true,
"statusCode": 200,
"data": {},
"message": "Deleted Successfully!"
}