DELETE

Delete an existing QR code theme by QR theme ID (permanently deletes the theme)

DELETE

DELETE https://api.eyelevel.ai/v1/partner/theme/qr/:apiKey/:qrThemeId

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

qrThemeId

integer

QR Theme ID

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated