Skip to main content
DELETE
/
activeviam
/
pivot
/
rest
/
v10
/
cube
/
query
/
continuous-gaq
/
unsubscribe
cURL
curl --request DELETE \
  --url http://localhost:9090/activeviam/pivot/rest/v10/cube/query/continuous-gaq/unsubscribe \
  --header 'Content-Type: application/json' \
  --data '
{
  "publisherId": "<string>",
  "queryId": "<string>"
}
'

Documentation Index

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

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

Body

application/json

Unsubscribe from continuous query results

publisherId
string
required

Publisher identifier

queryId
string
required

Query identifier

Response

200

OK