Deletes the Systems Manager document and all instance associations to the document.
ssm_delete_document(Name, DocumentVersion, VersionName)
[required] The name of the document.
(Optional) The version of the document that you want to delete. If not provided, all versions of the document are deleted.
(Optional) The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
svc$delete_document( Name = "string", DocumentVersion = "string", VersionName = "string" )
Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.