DELETE api/ProjectImages/Delete

Request Information

URI Parameters

None.

Body Parameters

ProjectImagesViewModel
NameDescriptionTypeAdditional 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": "205ffbe4-a91e-48a2-9309-1705eb32a918",
  "CreatedUserID": "7deb9168-90bf-49f2-a963-41678f2cf1e6",
  "CompanyID": 4,
  "CreatedDate": "2025-08-29T02:32:38.0035178+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>2025-08-29T02:32:38.0035178+00:00</CreatedDate>
  <CreatedUserID>7deb9168-90bf-49f2-a963-41678f2cf1e6</CreatedUserID>
  <ImageID>1</ImageID>
  <ProjectID>205ffbe4-a91e-48a2-9309-1705eb32a918</ProjectID>
</ProjectImagesViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.