Skip to main content
DELETE
/
app-invites
/
{app_invite_id}
Archive an app invite
curl --request DELETE \
  --url https://api-dev.narrative.io/app-invites/{app_invite_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized",
  "error_description": "You are not authorized to use this endpoint."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_invite_id
string<uuid>
required

Unique identifier for an app invite.

Response

Successfully archived the app invite.