VPC

Delete a VPC

Delete a specific VPC by ID.

Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.

delete/v2/org/{org}/nico/vpc/{vpcId}

Response

Deletion request was accepted

messagestring required

Human-readable outcome of the request

Example response

{
  "message": "Deletion request was accepted"
}

Changes

Changed in 1 of the 90 revisions of this API.1

    • added the media type application/json for the response with the status 202

      response-media-type-added