delete https://{host}/v2/customers//deleteImage
Deletes the profile image that is set for a customer.
Response Parameter
Parameter | Type | Description |
---|---|---|
message | string | Success/failure message |
status | string | "true" if successful, else "false" |
API specific Error Code
Error Code | Description | Reason |
---|---|---|
8078 | No Image passed to be deleted. | Valid Image not passed. |
8015 | Customer not found for the given identifiers | Valid customer identifiers not passed. |