Overview
Detaches a lead list from a QR code. After detaching, users will access the QR code content directly without being prompted to fill out a lead capture form.Path Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
qrid | string | Yes | QR code ID | Qc3ca09e1a5574caf |
Request Body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
lead_list | null | Yes | Set to null to detach lead list | null |
Examples
Detach Lead List from QR Code
Response
Returns the updated QR code object with the lead list information removed from thedynamic_url_object.
Behavior After Detaching
When a lead list is detached from a QR code:- User scans QR code
- Direct access to the original QR code content
- No lead capture form is displayed
- No lead data is collected
- Faster user experience (no form to fill out)
Important Notes
- Immediate Effect: Changes take effect immediately
- No Data Loss: Previously captured leads remain in the lead list
- Lead List Preserved: The lead list itself is not deleted, only detached
- Can Reattach: You can attach the same or different lead list later
Use Cases
- Campaign End: Stop lead capture when campaign ends
- A/B Testing: Test QR codes with and without lead capture
- User Experience: Remove lead capture for better user experience
- Temporary Disable: Temporarily disable lead capture without deleting data
- Content Access: Allow direct access to content without barriers
Detaching a lead list does not delete the lead list or any previously captured data. The lead list remains available and can be reattached to the same or different QR codes later.
Once detached, the QR code will no longer capture leads. If you need to resume lead capture, you’ll need to reattach a lead list using the attach endpoint.
Authorizations
API key authentication. Enter your API key directly in the Authorization header.
Path Parameters
QR code ID
Body
application/json
- Option 1
- Option 2
Lead list ID to attach to the QR code
Example:
221
Response
QR code updated successfully
Updated QR code object with lead list information