rest_DELETE: Delete a file

Description Usage Arguments Examples

Description

Delete a file

Usage

1
rest_DELETE(repo, path, message, sha = NULL, branch = "master", ...)

Arguments

repo

(character) Repository name

path

(character) Path to file from root of repo

message

(character) Commmit message

sha

(character) The blob SHA of the file being replaced.

branch

(character) Git branch. Default: master

...

Further args to DELETE

Examples

1
2
3
4
5
## Not run: 
rest_DELETE(repo = "ropensci/datasets", path = "mtcars.csv",
   message = "deleting file")

## End(Not run)

sckott/resteasy documentation built on May 29, 2019, 4:04 p.m.