Delete a query by id

DELETE /project/{projectId}/queries/{queryId}

Delete a query by id

Path parameters

  • projectId string Required

    Project ID

    Format should match the following pattern: ^[A-Za-z0-9\-]+$.

  • queryId string Required

    Query ID

    Format should match the following pattern: ^[A-Za-z0-9\-]+$.

Responses

  • 204

    OK

  • 404 application/json

    Not found

    Hide response attributes Show response attributes object
    • jobId string

      Format should match the following pattern: ^[A-Za-z0-9\-]+$.

    • message string Required
    • description string
    • timestamp string(date-time) Required
  • 497 application/json

    Operation is not allowed when there are existing query conversions jobs

    Hide response attributes Show response attributes object
    • jobId string

      Format should match the following pattern: ^[A-Za-z0-9\-]+$.

    • message string Required
    • description string
    • timestamp string(date-time) Required
DELETE /project/{projectId}/queries/{queryId}
curl \ --request DELETE 'http://127.0.0.1:8278/api/v1/project/{projectId}/queries/{queryId}'
Response examples (404)
{ "jobId": "string", "message": "string", "description": "string", "timestamp": "2025-05-04T09:42:00Z" }
Response examples (497)
{ "jobId": "string", "message": "string", "description": "string", "timestamp": "2025-05-04T09:42:00Z" }