API call to delete an audience segmentation rule.
The user must be authenticated and have write permissions to the siteGroup.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
id |
String |
Yes |
The identifier of the audience segmentation rule to delete |
Response
The response object for a successful query has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
id |
String |
The identifier of the audience segment rule that was deleted. |
Examples
Bash
$ python cx.py /segment/delete '{"id":"ff50970350bcc43ea10c022018a28b33bf8a404a"}'
{
"id": "ff50970350bcc43ea10c022018a28b33bf8a404a"
}