This guide explains how to delete an existing project using the BlendDuck SDK.Documentation Index
Fetch the complete documentation index at: https://docs.blendduck.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
To delete a project, you’ll use theprojects.delete() method of the BlendDuck client.
Error Handling
If there’s an issue with deleting the project or with the API request, the method will throw an error. It’s good practice to wrap the call in a try-catch block to handle any potential errors gracefully. Common errors might include:- Project not found
- Insufficient permissions
- Network errors