| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/bsd-crawler-parser/aws/dist/awscli/examples/networkmanager/ |
Upload File : |
**To delete an attachment**
The following ``delete-attachment`` example deletes a Connect attachment. ::
aws networkmanager delete-attachment \
--attachment-id attachment-01feddaeae26ab68c
Output::
{
"Attachment": {
"CoreNetworkId": "core-network-0f4b0a9d5ee7761d1",
"AttachmentId": "attachment-01feddaeae26ab68c",
"OwnerAccountId": "987654321012",
"AttachmentType": "CONNECT",
"State": "DELETING",
"EdgeLocation": "us-east-1",
"ResourceArn": "arn:aws:networkmanager::987654321012:attachment/attachment-02c3964448fedf5aa",
"CreatedAt": "2022-03-15T19:18:41+00:00",
"UpdatedAt": "2022-03-15T19:28:59+00:00"
}
}
For more information, see `Delete attachments <https://docs.aws.amazon.com/vpc/latest/cloudwan/cloudwan-attachments-working-with.html#cloudwan-attachments-deleting>`__ in the *Cloud WAN User Guide*.