v1

latestOpenAPI 3.0.22026-07-146916.1 KB
GDPR TCF end-user consent status

Delete end-user consent status

Deletes end-user GDPR TCF consent status for a property. In addition to the siteId, you will also need to include <u>either</u> the end-user's consentUUID or authId.<br><br>This endpoint does not support mass deletions of end-user consent records. Please speak to your Sourcepoint representative to execute any mass deletions.

delete/consent/v3/{siteId}

Path parameters

siteIdinteger required

The property ID for the property in the Sourcepoint portal.

Query parameters

consentUUIDstring

Retrieved from the first-party cookie consentUUID

authIdstring

Retrieved from the first-party cookie authId

Response

Success

ninteger
okinteger
deletedCountinteger

Example response

[
  {
    "n": 1,
    "ok": 1,
    "deletedCount": 1
  }
]