curl --request POST \
--url https://api.example.com/v1/users/delete-policies \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"uuid"
]
}
'Delete policies
curl --request POST \
--url https://api.example.com/v1/users/delete-policies \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"uuid"
]
}
'Was this page helpful?