Remove customers from an Audience
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
audience_id
string
required
The internal (or external, if is_external_id is true) ID of the Audience of interest.
is_external_id
string
Whether to treat the audience_id as an external ID.
customers
object
Maximum array length of 5000.
customersobject
``202 202
Updatedabout 1 year ago
Shell
:
xxxxxxxxxx
curl https://api.usebutton.com/v1/audiences/{audience_id}/customers \
-X DELETE \
-u YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
customers: [\
\
{\
\
type: [device_id] | [email_sha256],\
\
value: [string]\
\
}\
\
]
}'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``202 - Result
Updatedabout 1 year ago