Skip to main content
DELETE
/
qr-codes
/
{qrCodeId}
Excluir QR Code
curl --request DELETE \
  --url https://apis.vectalk.com.br/qr-codes/{qrCodeId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone.

Parâmetros

Path

qrCodeId
string
required
Identificador único do QR Code a ser excluído.

Resposta

{
  "success": true
}