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