Last updated 6 months ago
Was this helpful?
Remove the annotation for a finding
The UUID of the finding to unannotate
Successful response (even if annotation does not exist)
const response = await fetch('https://api.nightfall.ai/dlp/v1/findings/{findingId}/unannotate', { method: 'POST', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "code": 1, "message": "text", "description": "text" }