Skip to main content
DELETE
/
projects
/
{project_reference}
/
branches
/
{branchName}
/
files
/
{filePath}
/
chunks
Delete Branch File Chunks
curl --request DELETE \
  --url https://api.veryfront.com/projects/{project_reference}/branches/{branchName}/files/{filePath}/chunks \
  --header 'Authorization: Bearer <token>'
{
  "deleted": 123
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Project ID, slug, or domain from the authenticated context.

branchName
string
required

Branch name or ID from the route.

filePath
string
required

URL-encoded file path for the chunked file.

Response

Result

deleted
number
required

Number of chunks deleted for the file.