We’ve migrated our documentation to a new site, which means some URLs have changed. If you hit a broken link, submit a support ticket.
Audience

/segment/image/delete

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

segmentId

String

The identifier for the segment

siteGroupId

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

Last updated: