Skip to main content
DELETE
/
api
/
v0
/
repositories
/
{repo_id}
/
finding-views
/
{view_id}
Delete a finding view.
curl --request DELETE \
  --url https://api.example.com/api/v0/repositories/{repo_id}/finding-views/{view_id}
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

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

Path Parameters

repo_id
string<uuid>
required
view_id
string<uuid>
required

Response

Finding view deleted