DELETE
/
applications
/
{app}
/
groups
/
{group}
/
members
/
{member}
curl --request DELETE \
  --url https://api.rownd.io/applications/{app}/groups/{group}/members/{member} \
  --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

group
string
required

Group ID

member
string
required

Group Member ID