deleteFile

@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>