Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes the folder. The QR codes inside are kept — they just leave the folder.
cURL
curl --request DELETE \ --url https://api.useqrkit.com/v1/folders/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Bearer qr_live_…
Bearer qr_test_…
Deletion confirmed
true