🚀 Greip's API achieved 99.98% uptime for the last 90 days, learn more.
cURL
curl --request DELETE \ --url https://greipapi.com/account/users/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "value": "<string>" }'
{ "data": { "transaction_data": 25, "ips": 4, "profanity_data": 3, "emails": 1, "phone_numbers": 1, "ibans": 10 }, "status": "success" }
In some cases, such as data protection regulations, businesses that process personal data are required to delete it upon request.
Using this method, you’ll be able to delete all data related to your user in a single request.
Hide properties
success
error
Was this page helpful?