Pular para o conteúdo principal
DELETE
/
prefix-lists
/
{prefixListId}
Excluir uma lista de prefixos
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

A autenticação é realizada por meio de um JSON Web Token (JWT) emitido pelo Auth0. Forneça o token no cabeçalho Authorization com o esquema Bearer.

Path Parameters

prefixListId
string
required

O identificador único para a lista de prefixos a ser excluída.

Example:

"prfx_lst_0ujsswThIGTUYm2K8FjOOfxcYpw"

Response

A lista de prefixos foi excluída com sucesso.