cURL
curl --request POST \ --url https://api.velt.dev/v1/users/data/delete/status \ --header 'Content-Type: application/json' \ --header 'x-velt-api-key: <x-velt-api-key>' \ --header 'x-velt-auth-token: <x-velt-auth-token>' \ --data '{ "data": { "jobId": "<string>" } }'
{ "result": { "status": "success", "message": "Data fetched successfully.", "data": { "isDeleteCompleted": true, "tasksLeft": 0, "lastTaskCompletedTime": 1748972106739 } } }
Get the status of the data deletion process for a user.
POST https://api.velt.dev/v1/users/data/delete/status
Show properties
{ "data": { "jobId": "yourJobId" } }
{ "error": { "message": "ERROR_MESSAGE", "status": "INVALID_ARGUMENT", "code": 500 } }
Was this page helpful?