Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.45 KB

File metadata and controls

21 lines (16 loc) · 1.45 KB
id title
lionsnet:recipes:delete-subnet
Deleting a Subnet

Deleting a Subnet

DELETE: https://<API_GATEWAY_URL>/vpc/{vpcId}/subnet/{subnetNetworkAddress}

Properties Description Required Type
vpcId (url param) A unique identifier of type 'string'. "vpcId" is the partition key of the DynamoDB Table in which Lionsnet stores all data. yes string
subnetNetworkAddress (url param) The IPv4 Network Address of the subnet that you want to delete (ex. 100.64.1.65). yes string

More Documentation: