DELETE v1/emaileditor/deleteagentimage
Request Information
URI Parameters
None.
Body Parameters
AgentImageDTOName | Description | Type | Additional information |
---|---|---|---|
AgentID | globally unique identifier |
None. |
|
ImageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgentID": "1a3ce4d9-69bf-4a97-bea5-2d21ac3ee89e", "ImageID": 2 }
application/xml, text/xml
Sample:
<AgentImageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Controllers"> <AgentID>1a3ce4d9-69bf-4a97-bea5-2d21ac3ee89e</AgentID> <ImageID>2</ImageID> </AgentImageDTO>
multipart/form-data
Sample:
<AgentImageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Controllers"><AgentID>1a3ce4d9-69bf-4a97-bea5-2d21ac3ee89e</AgentID><ImageID>2</ImageID></AgentImageDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.