curl --request DELETE \
--url https://api.open.cx/blocklist/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Remove a contact from the blocklist. The AI will resume responding to them.
curl --request DELETE \
--url https://api.open.cx/blocklist/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?