Oauth
Delete an OAuth provider
Removes an OAuth provider for a given user.
delete/oauth-providers/{user_id}/{provider_id}
Path parameters
provider_idstring required
user_idstring required
The ID of the user, or the special value me for the currently authenticated user
Example:3241a285-8329-4d69-8f3d-316e08cf140c
The ID of the user, or the special value me for the currently authenticated user
Response
Successful response
Example response
{
"success": true
}