Last updated 3 months ago
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: {}, }); const data = await response.json();
{ "message": "text", "description": "text" }