Getting Started
GDPR and CCPA User Privacy API
7 min
in order to ensure that our customers can adhere to end user data deletion request mandated by global privacy laws such as gdpr and ccpa, we have built a simple and easy to use api endpoint that allows you to programmatically submit requests to delete all data collected for a user this process is irreversible it will remove all data for this user and will prevent data collection for this user going forward submitting requests you can submit a request to remove data belonging to a user by posting their email address a valid request will return a request id, this id can be used to check on the status of the deletion we aim to delete all data within 60 minutes of a request but some requests may take up to 24 hours post /privacy/removal request request parameters parameter example email example\@paved com request headers header example authorization bearer abcdef123456 response parameter example request id fn348d2idm41n49c checking requests you can check the status of a removal request by using the request id get /privacy/removal request/\ request id request headers header example authorization bearer abcdef123456 response parameter example status completed