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

Authorizations

Authorization
string
header
required

Path Parameters

content-block_id
integer
required

UID of the content block

Example:

1

page_id
integer
required

UID of the page

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"