Skip to main content

Delete Static QR Code

DELETE 

/pix/deposits/qr-codes/static/:id

Remove a specific static QR Code associated with the user by its unique identifier.

Request

Path Parameters

    id stringrequired

    Static QR Code ID.

    Example: f6e2e084-29b9-4935-a059-5473b13033aa

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.

Responses

Static QR Code deleted successfully.

Loading...