DELETE
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
saved
/
{uuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

the uuid for the project

uuid
string
required

the uuid for the saved sql chart

Response

Success

status
enum<string>
required
Available options:
ok
results
any