API Reference
https://api.xata.io/user/oauth/clients/client_id
Expected parameters
Name | Description | In | Required | Schema |
---|---|---|---|---|
client_id | path | ✅ | string |
Delete the Oauth Client for the User
DELETEhttps://api.xata.io/user/oauth/clients/client_id
Delete the oauth client for the user and revoke all access
Responses
type DeleteUserOAuthClient = void;
type DeleteUserOAuthClient = {
id?: string;
message: string;
};
{
"message": "invalid API key"
}
type DeleteUserOAuthClient = {
id?: string;
message: string;
};
type DeleteUserOAuthClient = void;