Delete

Unblock a visitor

Delete

DELETE https://{{account_id}}.acquire.io/api/v1/crm/block-visitor?id={{id}}

Unblock a visitor (remove a visitor from the block list). The id must be passed in to the endpoint as a path parameter. To find the id, send a Get request to the Block Visitor List endpoint.

Query Parameters

NameTypeDescription

id

integer

Visitor's block ID.

Headers

NameTypeDescription

Authorization

string

Bearer {{API_KEY}}

{
  "data": {
    "deleted": {
      "raw": {
        "fieldCount": 0,
        "affectedRows": 0,
        "insertId": 0,
        "serverStatus": 2,
        "warningCount": 0,
        "message": "",
        "protocol41": true,
        "changedRows": 0,
        "parse": {},
        "write": {}
      },
      "affected": 0
    }
  }
}

Last updated