Skip to main content
DELETE
/
users
/
{id}
Remove the given user from the sender-selected space.
curl --request DELETE \
  --url https://incoming.qomon.app/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": "OK"
}

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
string
Example:

"OK"

Last modified on May 19, 2026