Skip to main content
POST
/
v1
/
portal
/
match
/
dequeue
curl -X POST https://portal-api.7331.org/v1/portal/match/dequeue \
  -b "psession=YOUR_SESSION"
{
  "message": "Removed from match queue"
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

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

Removes the authenticated user from every interest queue. Idempotent — calling when not queued returns 200 anyway. Does not tear down an already-matched direct chat. Use POST /v1/portal/match/leave for that.

Response

message
string
required
Human-readable confirmation.
curl -X POST https://portal-api.7331.org/v1/portal/match/dequeue \
  -b "psession=YOUR_SESSION"
{
  "message": "Removed from match queue"
}