DELETE api/Page
Deletes a Page.
Request Information
URI Parameters
None.
Body Parameters
Page.
Page| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| PageId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| UpdatedDate | date |
None. |
|
| GlobalId | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| IsPublished | boolean |
None. |
|
| Description | string |
None. |
|
| PageCategoryId | integer |
None. |
|
| PageCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"PageId": 2,
"OrganizationId": 1,
"UpdatedBy": "sample string 3",
"UpdatedByName": "sample string 4",
"UpdatedDate": "2025-12-13T12:08:07.7223788+00:00",
"GlobalId": "sample string 5",
"Title": "sample string 6",
"Body": "sample string 7",
"IsPublished": true,
"Description": "sample string 9",
"PageCategoryId": 1,
"PageCategory": "sample string 10"
}
application/xml, text/xml
Sample:
<Page xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <Body>sample string 7</Body> <Description>sample string 9</Description> <GlobalId>sample string 5</GlobalId> <IsPublished>true</IsPublished> <OrganizationId>1</OrganizationId> <PageCategory>sample string 10</PageCategory> <PageCategoryId>1</PageCategoryId> <PageId>2</PageId> <Title>sample string 6</Title> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 3</UpdatedBy> <UpdatedByName>sample string 4</UpdatedByName> <UpdatedDate>2025-12-13T12:08:07.7223788+00:00</UpdatedDate> </Page>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Page| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| PageId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedByName | string |
None. |
|
| UpdatedDate | date |
None. |
|
| GlobalId | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| IsPublished | boolean |
None. |
|
| Description | string |
None. |
|
| PageCategoryId | integer |
None. |
|
| PageCategory | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"PageId": 2,
"OrganizationId": 1,
"UpdatedBy": "sample string 3",
"UpdatedByName": "sample string 4",
"UpdatedDate": "2025-12-13T12:08:07.7536295+00:00",
"GlobalId": "sample string 5",
"Title": "sample string 6",
"Body": "sample string 7",
"IsPublished": true,
"Description": "sample string 9",
"PageCategoryId": 1,
"PageCategory": "sample string 10"
}
application/xml, text/xml
Sample:
<Page xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <Body>sample string 7</Body> <Description>sample string 9</Description> <GlobalId>sample string 5</GlobalId> <IsPublished>true</IsPublished> <OrganizationId>1</OrganizationId> <PageCategory>sample string 10</PageCategory> <PageCategoryId>1</PageCategoryId> <PageId>2</PageId> <Title>sample string 6</Title> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 3</UpdatedBy> <UpdatedByName>sample string 4</UpdatedByName> <UpdatedDate>2025-12-13T12:08:07.7536295+00:00</UpdatedDate> </Page>