Delete Stack

GET {{aws_cloudformation_base_url}}/?ClientRequestToken&RetainResources.member.N&RoleARN&StackName&Action=DeleteStack

Request Params

KeyDatatypeRequiredDescription
ClientRequestTokennullA unique identifier for this DeleteStack request. Specify this token if you plan to retry requests so that AWS CloudFormation knows that you're not attempting to delete a stack with the same name. You might retry DeleteStack requests to ensure that AWS CloudFormation successfully received them.
RetainResources.member.NnullFor stacks in the DELETE_FAILED state, a list of resource logical IDs that are associated with the resources you want to retain. During deletion, AWS CloudFormation deletes the stack but does not delete the retained resources.
RoleARNnullThe Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to delete the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf.
StackNamenullThe name or the unique stack ID that is associated with the stack.
Actionstring