Delete a folder, optionally moving QR codes to Uncategorized or permanently deleting them. Authentication required — include your API key in the Authorization header.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Folder ID. |
| Parameter | Type | Required | Description |
|---|---|---|---|
move_to_uncategorized | boolean | Yes | If true, moves QR codes to Uncategorized before deleting the folder. |
delete_permanently | boolean | Yes | If true, permanently deletes QR codes in the folder (no trash). |
| move_to_uncategorized | delete_permanently | Result |
|---|---|---|
false | true | Permanently delete QR codes and the folder. |
true | false | Move QR codes to Uncategorized, then delete the folder. |
false | false | Delete the folder only. |
DELETE /folder/7/?move_to_uncategorized=true&delete_permanently=false
API key authentication. Enter your API key directly in the Authorization header.
Folder ID
Move QR codes to Uncategorized before deleting the folder
Permanently delete QR codes in the folder
Folder deleted successfully