DELETE photos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AttachedPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoID | integer |
None. |
|
| Photo | Collection of byte |
None. |
|
| Description | string |
None. |
|
| DateModfied | date |
None. |
|
| OriginalFileName | string |
None. |
|
| EventID | integer |
None. |
|
| StageID | integer |
None. |
|
| IsCompressed | boolean |
None. |
|
| Thumbnail | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"photoID": 1,
"photo": "QEA=",
"description": "sample string 2",
"dateModfied": "2025-12-06T04:34:46.9043365+00:00",
"originalFileName": "sample string 4",
"eventID": 5,
"stageID": 1,
"isCompressed": true,
"thumbnail": "QEA="
}