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

/segment/composition-tree/delete

API call to delete a segment composition tree (SCT).

The user must be authenticated and have write permissions to the site group.

Request

The request object has the following fields:

Name

Type

Required

Description

id

String

Yes

The id of the SCT to delete.

Response

{}

Examples

Bash
$ /config/bin/cx.py /segment/composition-tree/delete '{"id":"c1a91f31-b42f-4870-aa04-e136988b1de0"}'
{"id":"c1a91f31-b42f-4870-aa04-e136988b1de0"}

Last updated: