Skip to main content
DELETE
/
v1
/
failover
/
{site_id}
Deactivate Failover Service
curl --request DELETE \
  --url https://api.altostrat.io/v1/failover/{site_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer <token>

Path Parameters

site_id
string<uuid>
required

The unique identifier for the site.

Example:

"9c69345c-8d39-4786-9f17-8153c988c89a"

subscription_id
string<uuid>
required

The unique identifier of the Failover service subscription to deactivate.

Example:

"9c693485-0552-474c-a7c8-7b969a5330a1"

Response

The failover service and all associated tunnels were successfully deactivated and deleted.