Skip to main content
DELETE
/
sites
/
{siteId}
/
transient-forward
/
{forwardId}
Revoke a transient port forward
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId}/transient-forward/{forwardId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your JWT bearer token.

Path Parameters

siteId
string<uuid>
required

The unique identifier for the site.

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

forwardId
string<uuid>
required

The unique identifier for the transient port forward.

Example:

"c4b3a291-8765-4fed-ba98-76543210fedc"

Response

The port forward was successfully revoked.