Deletes a network from the project.
DELETE
/v1/projects/:projectId/networks/:networkIdThis operation is asynchronous. The CommandId in the response is an internal identifier
and is not queryable via any public endpoint. To observe completion, poll
GET .../networks/{networkId} and watch the Operation and OperationStatus
fields until the deletion finishes.
Request
Responses
- 202
- 400
- 404
The delete request was accepted and is being processed in the background.
The request was rejected (for example, the network still has VMs attached).
No network with the given id exists in the project.