Skip to main content

relyingparty_account

Creates, updates, deletes, gets or lists a relyingparty_account resource.

Overview

Namerelyingparty_account
TypeResource
Idgoogle.identitytoolkit.relyingparty_account

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
delete_accountDELETEDelete user account.

DELETE example

Deletes the specified relyingparty_account resource.

/*+ delete */
DELETE FROM google.identitytoolkit.relyingparty_account
WHERE = '{{ }}';