Delete Projects Repository Files
DELETE {{baseUrl}}/projects/:id/repository/files?file_path=<>&branch_name=<>&commit_message=<>&author_email=<get>&author_name=<get>
Delete an existing file in repository
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| file_path | string | The path to new file. Ex. lib/class.rb | |
| branch_name | string | The name of branch | |
| commit_message | string | Commit Message | |
| author_email | string | The email of the author | |
| author_name | string | The name of the author |