Delete page
Path Parameters
projectId string required
pinboardId string required
pageId string required
Responses
- 200
Payload of PinboardIndex
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
isDeleted boolean nullable
pages object[] nullable
id string nullable
parentPageId string nullable
title string nullable
pinboardId string nullable
projectId string nullable
type string nullable
{
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.816Z",
"customerId": "string",
"id": "string",
"isDeleted": true,
"pages": [
{
"id": "string",
"parentPageId": "string",
"title": "string"
}
],
"pinboardId": "string",
"projectId": "string",
"type": "string"
}
Loading...