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