Documentation Index
Fetch the complete documentation index at: https://api-docs.nunu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permission Required: project:manage-build-storage
Permanently delete a build from storage. This action cannot be undone.
Path Parameters
Response
Success message confirming the build was deleted
curl -X DELETE "https://nunu.ai/api/v1/builds/123e4567-e89b-12d3-a456-426614174000" \
-H "X-Api-Key: YOUR_API_TOKEN"
{
"message": "build deleted successfully"
}
API key for authentication
Build deleted successfully