Skip to main content
DELETE
/
activeviam
/
database
/
rest
/
v10
/
branches
/
{branch}
Delete a branch.
curl --request DELETE \
  --url http://localhost:9090/activeviam/database/rest/v10/branches/{branch}
{
  "status": "ok"
}

Documentation Index

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

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

Path Parameters

branch
string
required

Desired branch name.

Response

200 - application/json

Desired branch deleted successfully.

ResponseEntity<?>