provider Agents Platform DELETE
/v1/convai/agent-testing/folders/{folder_id} @utdk/elevenlabs
/v1/convai/agent-testing/folders/{folder_id} Delete Agent Test Folder
Deletes an agent test folder by ID. Use force=true to delete a non-empty folder and all its contents.
- folder_id path required
- The folder ID.
- string
- force query
- Force delete. Required for deleting non-empty folders.
- boolean
- xi-api-key header
- Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Try it
Authentication
Configure credentials for ElevenLabs API Documentation
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import elevenlabs from '@utdk/elevenlabs';
await elevenlabs.deleteAgentTestFolderRoute({
"force": false
})