DELETE / 프로젝트/{projectId}/queries/{queryId}
curl \
--request DELETE 'http://127.0.0.1:8278/api/v1/project/{projectId}/queries/{queryId}'
응답 예시(404)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2025-05-04T09:42:00Z"
}
응답 예시(497)
{
"jobId": "string",
"message": "string",
"description": "string",
"timestamp": "2025-05-04T09:42:00Z"
}