Elastigroup AWS
Delete Elastigroup
Delete an Elastigroup AWS
delete/aws/ec2/group/{groupId}
Query parameters
accountIdstring
ID of the account associated with your token
Parameters
#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0 — unresolved $ref
Request body
Example request
{
"statefulDeallocation": {
"shouldDeleteNetworkInterfaces": true
},
"beanstalk": {
"rollbackToAsg": true
}
}Response
Delete Response
Example response
{
"request": {
"id": "3b750eff-3940-46b3-a309-aa2b415272fd",
"url": "/aws/ec2/group/sig-98765",
"method": "DELETE",
"timestamp": "2018-06-20T11:35:01.745Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
}
}
}