Skip to main content
DELETE
/
blocklist
/
contacts
/
{id}
Unblock a contact
curl --request DELETE \
  --url https://api.open.cx/blocklist/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The block record ID

Response

Default Response