Amazon.APIGateway.AmazonAPIGatewayClient.DeleteAuthorizer C# (CSharp) Method

DeleteAuthorizer() public method

Deletes an existing Authorizer resource.
/// /// /// /// /// /// /// /// /// ///
public DeleteAuthorizer ( DeleteAuthorizerRequest request ) : DeleteAuthorizerResponse
request Amazon.APIGateway.Model.DeleteAuthorizerRequest Container for the necessary parameters to execute the DeleteAuthorizer service method.
return DeleteAuthorizerResponse
        public DeleteAuthorizerResponse DeleteAuthorizer(DeleteAuthorizerRequest request)
        {
            var marshaller = new DeleteAuthorizerRequestMarshaller();
            var unmarshaller = DeleteAuthorizerResponseUnmarshaller.Instance;

            return Invoke<DeleteAuthorizerRequest,DeleteAuthorizerResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient