deleteFile
inline suspend fun CodeCommitClient.deleteFile(crossinline block: DeleteFileRequest.Builder.() -> Unit): 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.