DELETE api/Attachments/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Attachment
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Content

string

None.

CreatedTs

date

None.

CreatedBy

string

None.

Approved

boolean

None.

MarkerXSolutionsId

globally unique identifier

None.

reportId

globally unique identifier

None.

Link

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "30438338-1596-4cc2-a19a-64697ed95410",
  "name": "sample string 2",
  "content": "sample string 3",
  "createdTs": "2024-09-19T18:47:10.6607287Z",
  "createdBy": "sample string 5",
  "approved": true,
  "markerXSolutionsId": "c83efcaf-6da7-4651-8831-858dae35cb0d",
  "reportId": "0a410de9-8ef9-410a-bfd7-c85b194b4778",
  "link": "https://firelog-api.ipcom.be/api/DownloadImage/30438338-1596-4cc2-a19a-64697ed95410"
}