Trackers

Delete tracker by ID

Deletes a tracker.

DELETE
/organizations/{organizationId}/projects/{projectId}/trackers/{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/trackers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "dateCreated": 0,
  "dateUpdated": 0,
  "dateDetected": 0,
  "company": "string",
  "organization": "452c1a86-a0af-475b-b03f-724878b0f387",
  "project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
  "name": "string",
  "description": "string",
  "domain": "string",
  "category": "analytics",
  "pattern": "string",
  "origin": "autoscan",
  "type": "cookie",
  "expiration": 0
}