Vai al contenuto principale
DELETE
/
instances
/
{instanceId}
/
peers
/
{peerId}
Elimina un peer
curl --request DELETE \
  --url https://api.altostrat.io/instances/{instanceId}/peers/{peerId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Inserisci il tuo bearer token nel formato: Bearer {token}

Path Parameters

instanceId
string<uuid>
required

L'identificatore univoco (UUID) per l'istanza VPN.

Example:

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

peerId
string<uuid>
required

L'identificatore univoco (UUID) per il peer.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Il peer è stato eliminato con successo.