Query parameters
-
extra information of each element on the list
-
maximum count of the element list
-
skip that many elements before beginning to return
DELETE
/profiles/{profile_id}/pages/{page_id}/elements
curl \
--request DELETE 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/elements' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"id":20483236}'
Request examples
{
"id": 20483236
}
Response examples (200)
[
{
"id": 20483233
},
{
"id": 20483236
}
]