pub async fn delete_trusted_o_auth2_jwt_grant_issuer(
    configuration: &Configuration,
    id: &str
) -> Result<(), Error<DeleteTrustedOAuth2JwtGrantIssuerError>>
Expand description

Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you created the trust relationship. Once deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grant.