Query parameters
-
extra information of each page dynamic attribute on the list
-
maximum count of the page dynamic attribute list
-
skip that many page dynamic attribute before beginning to return
DELETE
/profiles/{profile_id}/pages/{page_id}/dynamic_attributes
curl \
--request DELETE 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/dynamic_attributes' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"attribute_name":"``"}'
Request examples
{
"attribute_name": "``"
}
Response examples (200)
[
{
"attribute_name": "time_settting"
},
{
"attribute_name": "map_disable_top_location"
}
]