Skip to main content
DELETE
/
applications
/
{app}
/
groups
/
{group}
/
invites
/
{invite}
cURL
curl --request DELETE \
  --url https://api.rownd.io/applications/{app}/groups/{group}/invites/{invite} \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.rownd.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-rownd-app-key
string
header
required

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

x-rownd-app-secret
string
header
required

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

Path Parameters

app
string
required

Rownd application ID

group
string
required

Group ID

invite
string
required

Group Invite ID

Response

204

Group invite deleted successfully