Tracker scans

Delete tracker scan result by ID

Deletes a tracker scan result.

DELETE
/organizations/{organizationId}/projects/{projectId}/tracker-scans/{id}
x-api-key<token>

In: header

Path Parameters

organizationIdstring
Formatuuid
projectIdstring
Formatuuid
idstring
Formatuuid

Response Body

application/json

curl -X DELETE "https://api.concord.tech/privacy-v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/tracker-scans/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "deleted": true
}