cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/pages/{page_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a page
UID of the page
1
OK
Status of the operation
"ok"
Was this page helpful?