Skip to main content
PATCH
/
cancelQueueById
cURL
curl --request PATCH \
  --url http://{server_ip}:6002/cancelQueueById \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>",
  "id": "<string>"
}
'
{
  "status": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zetarya.com/llms.txt

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

Body

application/json
apiUser
string
required

Username which is provided by us.

apiPassword
string
required

Password provided by us.

apiKey
string
required

API key provided by us to access API

id
string
required

Object id from database of the queue to cancel it to transfer to another location.

Response

Successful response with updated user details.

status
boolean

Status of the query true for success or false for error

message
string

The response message