curl --request PUT \
--url https://api.example.com/v1/ui/providers/remove-user \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>"
}
'curl --request PUT \
--url https://api.example.com/v1/ui/providers/remove-user \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>"
}
'1User removed successfully