API
VPCs
Delete VPC

Delete VPC

  • Name
    delete
    Type
    /v1/vpc/:id
    Description

    Send a DELETE request to delete a VPC.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/vpc/56a78994-75fe-11eb-9439-024202430002" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"

Response

Response to method DELETE to /v1/vpc/:id will not return any results, only the message (204 No Content) which indicates that the deletion was successful.