Delete Stack
GET {{aws_cloudformation_base_url}}/?ClientRequestToken&RetainResources.member.N&RoleARN&StackName&Action=DeleteStack
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientRequestToken | null | A 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.N | null | For 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. | |
RoleARN | null | The 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. | |
StackName | null | The name or the unique stack ID that is associated with the stack. | |
Action | string |