Description
API call to delete custom segment group.
-
The user must be authenticated and have read permissions to the siteGroup.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
Number |
Yes if |
The identifier for this group |
|
|
String |
Yes if |
Custom segment group name |
|
|
String |
Yes |
The site group identifier to store the segment group under |
Response
The response object for a successful query is an empty object.
Examples
Bash
$ python cx.py /segment/group/delete '{"siteGroupId":"10501", "id":123}'
{}