Skip to main content
DELETE
/
prefix-lists
/
{prefixListId}
Delete a prefix list
curl --request DELETE \
  --url https://api.altostrat.io/prefix-lists/{prefixListId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication is performed via an Auth0-issued JSON Web Token (JWT). Provide the token in the Authorization header with the Bearer scheme.

Path Parameters

prefixListId
string
required

The unique identifier for the prefix list to delete.

Example:

"prfx_lst_0ujsswThIGTUYm2K8FjOOfxcYpw"

Response

The prefix list was deleted successfully.