DELETE
/
applications
/
{app}
/
users
/
{user}
/
data
curl --request DELETE \
  --url https://api.rownd.io/applications/{app}/users/{user}/data \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'

Authorizations

x-rownd-app-key
string
headerrequired

The publishable key of your application credentials. (more details)

x-rownd-app-secret
string
headerrequired

The private secret of your application credentials. (more details)

Path Parameters

app
string
required

Rownd application ID

user
string
required