Delete 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.
``204 204
Updatedabout 1 year ago
ShellNodeRubyPHPPython
:
xxxxxxxxxx
curl --request DELETE \
--url https://api.usebutton.com/v1/audiences/audience_id \
--header 'accept: application/json' \
--header 'authorization: Basic ••••'
application/json
``204 - Result
Updatedabout 1 year ago