Skip to main content
DELETE
/
v0
/
page_link_blocks
/
{page_link_block_id}
Delete page link block
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/page_link_blocks/{page_link_block_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "updatedPageIds": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

page_link_block_id parameter

Response

Successful operation

success
boolean
required
updatedPageIds
string[]
required