Reference for http://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/Images
Delete the image corresponding to the provided full path name.
Url: http://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/Images
HTTP Method: DELETE
| Message direction | Format | Body |
|---|---|---|
| Request | Xml | Example |
| Request | Json | Example |
| Response | N/A | The Response body is empty. |
The following is an example request Xml body:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String content</string>
The following is an example request Json body:
"String content"