Skip to main content
DELETE
/
radius
/
nas
/
{nasId}
Delete a NAS Device
curl --request DELETE \
  --url https://api.altostrat.io/radius/nas/{nasId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Path Parameters

nasId
string
required

The unique identifier for the NAS device, prefixed with nas_.

Response

The NAS device was deleted successfully.