Skip to main content

Deletes a port forwarding rule.

DELETE
/v1/projects/:projectId/public-ips/:publicIpId/port-forwards/:forwardId

This operation is asynchronous. The CommandId in the response is an internal identifier and is not queryable via any public endpoint. To observe completion, poll the rules list (GET .../port-forwards) and watch the rule's Status field: it shows Deleting while the rule is being removed.

Request

Responses

The delete request was accepted and is being processed in the background.