DELETE
/
instances
/
{instance}
/
peers
/
{peer}
curl --request DELETE \
  --url https://api.altostrat.io/instances/{instance}/peers/{peer} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instance
string
required

UUID of the instance

peer
string
required

The peer's uuid field

Response

204

Peer deleted successfully