deleteFile

abstract suspend fun deleteFile(input: DeleteFileRequest): DeleteFileResponse

Deletes a specified file from a specified branch. A commit is created on the branch that contains the revision. The file still exists in the commits earlier to the commit that contains the deletion.