We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/segment/group/delete

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

id

Number

Yes if group is undefined

The identifier for this group

group

String

Yes if id is undefined

Custom segment group name

siteGroupId

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}'

 {}

Last updated: