v1
latestOpenAPI 3.0.02026-07-26592893.0 KBQR Code Management
Delete QR Code
Delete a specific QR code using its ID.
delete/{version}/{phone_number_id}/message_qrdls/{qr_code_id}
Path parameters
versionstring required
Example:v24.0
phone_number_idstring required
Example:100594425479261
The ID of the phone number.
qr_code_idstring required
Example:4O4YGZEG3RIVE1
The unique ID of the QR code to delete.
Headers
Authorizationstring required
Provide your Access Token. Format: YOUR_API_KEY
Response
QR Code Deleted Successfully
Example response
{
"success": true
}