Delete consent
DELETE/api/v1/consent/:visitorId
Deletes all consent records for a visitor. This is the GDPR right to erasure. The action is audit-logged and the visitor's cached consent status is invalidated. Rate limit: 10 deletions per minute per API key.
Request
Responses
- 200
- 401
- 429
Deletion result.
Invalid API key. The response is identical for a missing, invalid or inactive key.
Rate limit exceeded for this key, IP or endpoint.