class Aws::CodeCommit::Client

def delete_file(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_file(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DeleteFile - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::DeleteFileOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :email (String) --
  • :name (String) --
  • :commit_message (String) --
  • :keep_empty_folders (Boolean) --
  • :parent_commit_id (required, String) --
  • :file_path (required, String) --
  • :branch_name (required, String) --
  • :repository_name (required, String) --
def delete_file(params = {}, options = {})
  req = build_request(:delete_file, params)
  req.send_request(options)
end