curl --request DELETE \
--url https://incoming.qomon.app/users/invitation/{id} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"message": "Invitation deleted successfully"
}
}Delete the invitation with the given invitation id.
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.
Was this page helpful?