Description
API call to remove segment image.
-
The user must be authenticated and have write permissions to the segment's siteGroup.
Request
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
String |
The identifier for the segment |
|
|
|
String |
Yes |
Site group which segment is requesting. |
Response
The response for a successful query is an empty object: {"status":"ok"}
Examples
Bash
$ python cx.py /segment/image/delete '{"siteGroupId":"1135172335968227720", "segmentId":"8nop087ng0iq"}'
`{"status":"ok"}`