Skip to main content
DELETE
/
users
/
invitation
/
{id}
Delete an invitation.
curl --request DELETE \
  --url https://incoming.qomon.app/users/invitation/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "message": "Invitation deleted successfully"
  }
}

Documentation Index

Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<uint>
required

user id

Example:

111

Response

OK

status
string
Example:

"success"

data
object
Last modified on May 19, 2026