Skip to main content
DELETE
/
v1
/
public
/
reports
/
{report_id}
Delete Report
curl --request DELETE \
  --url https://api.sanka.com/v1/public/reports/{report_id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "status": "<string>",
  "report_id": "<string>",
  "ctx_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

report_id
string
required

Query Parameters

workspace_id
string | null

Response

OK

ok
boolean
required
status
string
required
report_id
string | null
ctx_id
string | null