Query parameters
-
extra information of each user on the list
-
maximum count of the user list
-
skip that many users before beginning to return
DELETE
/profiles/{profile_id}/users
curl \
--request DELETE 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/users' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"id":161239}'
Request examples
{
"id": 161239
}
Response examples (200)
[
{
"id": 161239
},
{
"id": 161242
}
]