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