Description
API call to remove segment group image.
-
The user must be authenticated and have admin privilege.
Request
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
String |
Segment group category of the image to delete. |
|
|
|
String |
Segment group of the returned image to delete. |
|
|
|
String |
Segment group item of the returned image to delete. |
Response
The response for a successful query is an empty object: {"status":"ok"}
Examples
Bash
$ python cx.py /segment/group/image/delete '{"category":"Custom", "groups":["Sport"], "item":"Footbal"}'
`{"status":"ok"}`