Skip to main content

Unpublish a report

DELETE 

/api/v1/reports/:report_id/publish

Revoke a report's public share link.

Only reports in published state can be unpublished. After this call the published_url is invalidated and subsequent public access returns 404.

  • Scope required: reports:revoke_share.
  • Rate-limit tier: read/default.
  • Idempotent: repeating the call after the first success returns 400.

Request

Responses

Successful Response