DELETE api/ProjectImages/Delete
Request Information
URI Parameters
None.
Body Parameters
ProjectImagesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageID | integer |
None. |
|
| ProjectID | globally unique identifier |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| CompanyID | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImageID": 1,
"ProjectID": "3e4657e8-ca26-4b3b-86d2-dc21924165e6",
"CreatedUserID": "bde57374-f75f-4429-96c7-d62c7d2c9eb7",
"CompanyID": 4,
"CreatedDate": "2026-03-19T16:27:29.804806+00:00"
}
application/xml, text/xml
Sample:
<ProjectImagesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.ProjectModels"> <CompanyID>4</CompanyID> <CreatedDate>2026-03-19T16:27:29.804806+00:00</CreatedDate> <CreatedUserID>bde57374-f75f-4429-96c7-d62c7d2c9eb7</CreatedUserID> <ImageID>1</ImageID> <ProjectID>3e4657e8-ca26-4b3b-86d2-dc21924165e6</ProjectID> </ProjectImagesViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.