Skip to main content
DELETE
/
v2
/
queries
/
{query_id}
Deletes a query
curl --request DELETE \
  --url https://api-dev.narrative.io/v2/queries/{query_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

query_id
string<uuid>
required

Query identifier.

Response

200

OK