The following code examples show how to use DeleteDocument
.
- AWS CLI
-
To delete a document
The following
delete-document
example deletes a Systems Manager document.aws ssm delete-document \ --name
"Example"
This command produces no output.
For more information, see Creating Systems Manager Documents in the AWS Systems Manager User Guide.
-
For API details, see DeleteDocument
in AWS CLI Command Reference.
-
For a complete list of AWS SDK developer guides and code examples, see Using this service with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.