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