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