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