DELETE api/SignifierImages/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SignifierImageName | Description | Type | Additional information |
---|---|---|---|
SignifierImageId | integer |
None. |
|
SignifierId | integer |
None. |
|
Name | string |
None. |
|
Name2 | string |
None. |
|
DeleteUrl | string |
None. |
|
Size | string |
None. |
|
Type | string |
None. |
|
Url | string |
None. |
|
ThumbnailUrl | string |
None. |
|
DeleteType | string |
None. |
|
CreationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "SignifierImageId": 1, "SignifierId": 2, "Name": "sample string 3", "Name2": "sample string 3", "DeleteUrl": "api/FileManager/1", "Size": "sample string 4", "Type": "sample string 5", "Url": "sample string 6", "ThumbnailUrl": "sample string 7", "DeleteType": "sample string 8", "CreationDate": "2025-04-12T17:48:54.817381+02:00" }
application/xml, text/xml
Sample:
<SignifierImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SignifierManager.Models"> <CreationDate>2025-04-12T17:48:54.817381+02:00</CreationDate> <DeleteType>sample string 8</DeleteType> <Name>sample string 3</Name> <SignifierId>2</SignifierId> <SignifierImageId>1</SignifierImageId> <Size>sample string 4</Size> <ThumbnailUrl>sample string 7</ThumbnailUrl> <Type>sample string 5</Type> <Url>sample string 6</Url> </SignifierImage>