DELETE
/
api
/
routers
/
{router_id}
/
transient-forwarding
/
{id}
curl --request DELETE \
  --url https://api.altostrat.io/api/routers/{router_id}/transient-forwarding/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use the Authorization: Bearer <token> header format

Path Parameters

router_id
string
required

UUID of the router.

id
string
required

UUID of the port forward record.

Response

204

No Content. The port forward was removed.