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

/customer/image/delete

Description

Deletes the customer image and leaves customer with empty image url.

In case of delete fail or aborted, old image stay on the customer.


  • The user must have admin privileges.


Request

The request object has following fields.

Name

Type

Required

Description

customerId

String

Yes

Customer identifier to delete image from.

Response

The response for a successful query is an empty object: {"status":"ok"}

Examples

Bash
$ python cx.py /customer/image/delete '{"customerId":"abcd"}'
`{"status":"ok"}`

Last updated: