Folder
DELETE /folders/:folderId
Delete a folder and all its items.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
New ID_Check v2.6.11 — a new ID recognition engine improves OCR for Korean documents, PII masking is now set from the dashboard, and submissions can be searched by custom fields (cf1–cf3). See what's new →
Delete a folder and all its items.
DELETE /v1/folders/{folderId}
curl -X DELETE "https://client-omni-api.argosidentity.com/v1/folders/{folderId}" \
-H "x-api-key: your-api-key-here"
| Status | Code | Description |
|---|---|---|
| 400 | CANNOT_DELETE_DEFAULT_FOLDER | Default folder cannot be deleted |
| 404 | FOLDER_NOT_FOUND | Folder not found |
Was this page helpful?