provider signals DELETE /api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/
@utdk/posthog /api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/
Delete an artefact
Delete an artefact, addressed by id. Deleting the latest row of a status type reverts the report's canonical status to the previous version (latest-wins over what remains).
id path required
A UUID string identifying this signal report artefact.
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
report_id path required
UUID of the report whose artefacts you're addressing. This must be a report id (the report's own UUID), not a signal id such as `sig_praise` — a non-report id returns 404.
string

Try it

Authentication
Configure credentials for PostHog API
signalsReportArtefactsDestroy
DELETE/api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/
Delete an artefact, addressed by id. Deleting the latest row of a status type reverts the report's canonical status to the previous version (latest-wins over what remains).

Parameters

required

A UUID string identifying this signal report artefact.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

UUID of the report whose artefacts you're addressing. This must be a report id (the report's own UUID), not a signal id such as `sig_praise` — a non-report id returns 404.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.signalsReportArtefactsDestroy()