toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
RepositoryFilesApi
/
deleteFile
delete
File
@
DELETE
(
value
=
"projects/{id}/repository/files/{file_path}"
)
abstract
suspend
fun
deleteFile
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"file_path"
)
filePath
:
String
,
@
Body
fileOperatorRequest
:
FileOperatorRequest
)
:
Result
<
Unit
>