Skip to content

Kill current running query of segment

Request

Kill the current running query associated with the segment.

Security
TdApikeyAuth
Path
audienceIdinteger, (int64)required

Audience ID of the segment

queryIdinteger, (int64)required

ID of query

curl -i -X POST \
  'https://api-cdp.treasuredata.com/audiences/{audienceId}/segments/queries/{queryId}/kill' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
messagestring

A message indicates canceling query didn't complete successfully

Response
{ "message": "string" }