Skip to main content
PUT
/
v1
/
ui
/
providers
/
remove-user
Remove user from provider
curl --request PUT \
  --url https://api.example.com/v1/ui/providers/remove-user \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>"
}
'

Body

application/json
userId
string
required
Minimum string length: 1

Response

200

User removed successfully