  | HoarderServiceClientDeleteTitle Method | 
            Deletes a title.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<bool> DeleteTitle(
	string id
)
Parameters
- id  String
 - The Id of the title to delete.
 
Return Value
TaskBooleanA 
bool flag, True if the title was deleted, False if it was not found.
See Also