DELETE
/profiles/{profile_id}/pages/{page_id}/shared_page
curl \
--request DELETE 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/shared_page' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
[
{
"id": 86
},
{
"id": 89
}
]