Revokes a port forward before it naturally expires.
cURL
curl --request DELETE \ --url https://api.altostrat.io/api/routers/{router_id}/transient-forwarding/{id} \ --header 'Authorization: Bearer <token>'
Use the Authorization: Bearer <token> header format
Authorization: Bearer <token>
UUID of the router.
UUID of the port forward record.
No Content. The port forward was removed.
Was this page helpful?