DELETE
/
pages
/
{page_id}
Delete a page
curl --request DELETE \
  --url http://localhost:3001/portal-api/pages/{page_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

page_id
integer
required

UID of the page

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"