cURL
curl --request DELETE \ --url http://localhost:3000/v1/userapp/phone/{phone}/{appname} \ --header 'X-Bunker-Token: <api-key>'
{ "status": "ok" }
Removes app-specific data for a user identified by phone
Root access token for Databunker API
User phone number
Application name for user app data
User app record deleted successfully
ok
"ok"