Skip to main content
DELETE
/
questions
/
{id}
cURL
curl --request DELETE \
  --url https://www.quikquery.io/api/v1/questions/{id} \
  --header 'api-token: <api-key>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt

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

Authorizations

api-token
string
header
required

Path Parameters

id
integer<int64>
required

ID of question to delete

Response