cURL
curl --request DELETE \ --url http://localhost:3000/v1/consent/token/{token}/{brief} \ --header 'X-Bunker-Token: <api-key>'
{ "status": "ok" }
Withdraws user consent (GDPR compliance)
Root access token for Databunker API
User token (UUID)
Consent brief (unique identifier, max 64 chars)
64
Consent withdrawn successfully
ok
"ok"