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}/users/{user_id}/record_assignments
curl \
--request DELETE 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/users/self/record_assignments' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"id":529}'
Request examples
{
"id": 529
}
Response examples (200)
[
{
"id": 529
},
{
"id": 532
}
]