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

/segment/group/image/delete

Description

API call to remove segment group image.


  • The user must be authenticated and have admin privilege.


Request

Name

Type

Required

Description

category

String

Segment group category of the image to delete.

groups

String

Segment group of the returned image to delete.

item

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

Last updated: