Values.DeleteFileOutputSourceDeletes 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.
type nonrec t = {commitId : ObjectId.t option;The full commit ID of the commit that contains the change that deletes the file.
*)blobId : ObjectId.t option;The blob ID removed from the tree as part of deleting the file.
*)treeId : ObjectId.t option;The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
*)filePath : Path.t option;The fully qualified path to the file to be deleted, including the full name and extension of that file.
*)}type nonrec error = [ | `BranchDoesNotExistException of BranchDoesNotExistException.t| `BranchNameIsTagNameException of BranchNameIsTagNameException.t| `BranchNameRequiredException of BranchNameRequiredException.t| `CommitMessageLengthExceededException of CommitMessageLengthExceededException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `FileDoesNotExistException of FileDoesNotExistException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidEmailException of InvalidEmailException.t| `InvalidParentCommitIdException of InvalidParentCommitIdException.t| `InvalidPathException of InvalidPathException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `NameLengthExceededException of NameLengthExceededException.t| `ParentCommitDoesNotExistException of ParentCommitDoesNotExistException.t| `ParentCommitIdOutdatedException of ParentCommitIdOutdatedException.t| `ParentCommitIdRequiredException of ParentCommitIdRequiredException.t| `PathRequiredException of PathRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileDoesNotExistException of unit
| `InvalidBranchNameException of unit
| `InvalidEmailException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `NameLengthExceededException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileDoesNotExistException of unit
| `InvalidBranchNameException of unit
| `InvalidEmailException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `NameLengthExceededException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]