curl -X DELETE "https://nunu.ai/api/v1/project/your-project-id/builds/123e4567-e89b-12d3-a456-426614174000" \
-H "X-Api-Key: YOUR_API_TOKEN"
{
"message": "build deleted successfully"
}
Builds
Delete Build
Permanently delete a build from storage.
DELETE
/
project
/
{projectId}
/
builds
/
{buildId}
curl -X DELETE "https://nunu.ai/api/v1/project/your-project-id/builds/123e4567-e89b-12d3-a456-426614174000" \
-H "X-Api-Key: YOUR_API_TOKEN"
{
"message": "build deleted successfully"
}
Permission Required:
project:manage-build-storagePath Parameters
string
required
The build ID (UUID)
Response
string
Success message confirming the build was deleted
curl -X DELETE "https://nunu.ai/api/v1/project/your-project-id/builds/123e4567-e89b-12d3-a456-426614174000" \
-H "X-Api-Key: YOUR_API_TOKEN"
{
"message": "build deleted successfully"
}
Authorizations
API key for authentication
Path Parameters
The build ID (UUID)
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Response
Build deleted successfully
Success message