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