---
title: "Delete QR Code"
method: DELETE
path: "/{version}/{phone_number_id}/message_qrdls/{qr_code_id}"
tags: ["QR Code Management"]
---

# Delete QR Code

`DELETE /{version}/{phone_number_id}/message_qrdls/{qr_code_id}`

Delete a specific QR code using its ID.

## Path parameters

- `version` string, required
- `phone_number_id` string, required
- `qr_code_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

QR Code Deleted Successfully

- object
  - `success` boolean

---

[API](https://skmtc.dev/fast2sms/apis/dlt-sms-api.md) · [All operations](https://skmtc.dev/fast2sms/apis/dlt-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fast2sms/dlt-sms-api/revisions/1fd5abcff71a/schema)
