Skip to main content
DELETE
/
builds
/
{buildId}
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"
}

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

buildId
string
required
The build ID (UUID)

Response

message
string
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"
}

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

buildId
string<uuid>
required

The build ID (UUID)

Response

Build deleted successfully

message
string

Success message