API Reference

https://api.xata.io/user/oauth/clients/client_id

Expected parameters

NameDescriptionInRequiredSchema
client_id
path✅string

Delete the Oauth Client for the User

DELETE
https://api.xata.io/user/oauth/clients/client_id

Delete the oauth client for the user and revoke all access

Responses

type DeleteUserOAuthClient = void;