Up - API Reference - Home
Requires JWT
Delete a query.
Use with care, there is no undo.
POST /api/p/<project gid>/queries/delete
Authorization: Bearer <JWT>
{
"query": "<query gid>",
}
query
the gid of the query that is deleted
Authorization: <JWT>
{
"success": true,
"result": {},
"data": {}
}
400
Bad request - missing parameters or wrong type or value
401
Unauthorized - missing or expired JWT
403
Forbidden - not a member of this project
422
Unprocessable entity - can't delete this query