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
/policies
curl \
--request DELETE 'https://identity.zerionsoftware.com/v1/policies' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"id":"7e72b386ac43d1414e59188b"}'
Request examples
{
"id": "7e72b386ac43d1414e59188b"
}
Response examples (200)
[
{
"id": "7e72b386ac43d1414e59188b"
},
{
"id": "7e72b386ac43d1414e59188c"
}
]