[][src]Function open_api_hydra::apis::admin_api::delete_o_auth2_client

pub async fn delete_o_auth2_client<'_, '_>(
    configuration: &'_ Configuration,
    id: &'_ str
) -> Result<(), Error<DeleteOAuth2ClientError>>

Delete an existing OAuth 2.0 Client by its ID. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components.