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."
}Archives an app invite by its ID.
This is a soft delete that sets the invite status to archived.
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."
}Was this page helpful?