Deletes failover from DB, tears down related tunnels, and unsubscribes. Requires wan:delete scope.
wan:delete
cURL
curl --request DELETE \ --url https://api.altostrat.io/{site_id}/failover/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Site UUID
Failover record's ID
Failover deleted
Was this page helpful?