Last updated 10 months ago
This endpoint requests a cancellation for an active qrcode with the provided data.
No Content
const response = await fetch('v1/pix/{qrcodeid}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "error": "text", "errors": [ "text" ] }