DELETE api/Documents/AllUnusedDocument

Delete all unused Document

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Documents
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

DocumentTypeId

integer

None.

Name

string

None.

PublishedDate

date

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

ViewCount

integer

None.

Url_Min

string

None.

Url_Mobile

string

None.

Url_Web

string

None.

Url_Origin

string

None.

IsTargetDoc

boolean

None.

IsShareable

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "DocumentId": "85d69d60-7ea4-4eb5-8377-1f78744c346c",
  "DocumentTypeId": 2,
  "Name": "sample string 3",
  "PublishedDate": "2025-08-14T03:18:37.2308562+00:00",
  "LastChanged": "2025-08-14T03:18:37.2308562+00:00",
  "LastChange_AuthorId": 1,
  "ViewCount": 1,
  "Url_Min": "sample string 6",
  "Url_Mobile": "sample string 7",
  "Url_Web": "sample string 8",
  "Url_Origin": "sample string 9",
  "IsTargetDoc": true,
  "IsShareable": true
}

application/xml, text/xml

Sample:
<Documents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <DocumentId>85d69d60-7ea4-4eb5-8377-1f78744c346c</DocumentId>
  <DocumentTypeId>2</DocumentTypeId>
  <IsShareable>true</IsShareable>
  <IsTargetDoc>true</IsTargetDoc>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2025-08-14T03:18:37.2308562+00:00</LastChanged>
  <Name>sample string 3</Name>
  <PublishedDate>2025-08-14T03:18:37.2308562+00:00</PublishedDate>
  <Url_Min>sample string 6</Url_Min>
  <Url_Mobile>sample string 7</Url_Mobile>
  <Url_Origin>sample string 9</Url_Origin>
  <Url_Web>sample string 8</Url_Web>
  <ViewCount>1</ViewCount>
</Documents>