Features
Delete Project
Delete a project by ID
This guide explains how to delete an existing project using the BlendDuck SDK.
Usage
To delete a project, you’ll use the projects.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