---
title: "Revogar QR Code"
method: DELETE
path: "/pix/qrcode/{id}"
tags: ["QR Codes Pix"]
---

# Revogar QR Code

`DELETE /pix/qrcode/{id}`

## Path parameters

- `id` string, required

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `id` string
  - `qrcode_type` 'ESTATICO' | 'COBRANCA_IMEDIATA' | 'COBRANCA_COM_VENCIMENTO'
  - `status` 'ATIVA' | 'CONCLUIDA' | 'REMOVIDA_PELO_USUARIO_RECEBEDOR' | 'REMOVIDA_PELO_PSP'
  - `txid` string
  - `integration_id` string
  - `pix_key` object
    - `id` string
    - `key` string
    - `key_type` 'CHAVE_ALEATORIA' | 'EMAIL' | 'TELEFONE' | 'CPF' | 'CNPJ'
  - `value` number
  - `additional_info` string
  - `emv_payload` string
  - `image_base64` string
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/versions/cf24b926bbaa/schema)
