Want to skip the docs? Use the MCP Server
Endpoint availability: Free and aboveLearn more
{
"data": {
"transaction_data": 25,
"ips": 4,
"profanity_data": 3,
"emails": 1,
"phone_numbers": 1,
"ibans": 10
},
"status": "success"
}
User Data Deletion
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"
}
Account Management
User Data Deletion
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.
Want to skip the docs? Use the MCP Server
Endpoint availability: Free and aboveLearn more
{
"data": {
"transaction_data": 25,
"ips": 4,
"profanity_data": 3,
"emails": 1,
"phone_numbers": 1,
"ibans": 10
},
"status": "success"
}
DELETE
/
account
/
users
/
delete
User Data Deletion
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"
}
This action cannot be undone, all deleted data will be deleted immediately
from our system.
User data can be deleted 2 minutes after its creation in our system.
Body Parameters
The email address, phone number, or user ID (in your system) of the user whose
data you want to delete.
Response properties
Hide properties
Hide properties
Number of transactions or transaction related data deleted.
Number of IP addresses related data deleted.
Number of user data deleted from the usage of Profanity Detection endpint.
Number of user data deleted from the Email Scoring endpoint.
Number of user data deleted from the Phone Scoring endpoint.
Number of user data deleted from the IBAN Lookup endpoint.
The response status.Expected values:
success, or error.Was this page helpful?
⌘I