Skip to main content

Delete Artifact

Endpoint: /artifact/delete

This endpoint allows you to delete an artifact file from the server's filesystem.

Which Artifacts Are Deletable?

This endpoint is only for deleting the physical files associated with certain artifact types (e.g., MEETING_SUMMARY, SPEECH_TRANSCRIPTION). It does not apply to metadata-only artifacts.

Data Retention

This action deletes the artifact file (e.g., the VTT or summary text file) to save storage space. The associated metadata about the artifact (e.g., its ID, type, and usage stats) is retained in the database for historical and auditing purposes.

Request Parameters

FieldTypeRequiredDescription
artifact_idstringYesThe unique identifier of the artifact.

Response

FieldTypeDescription
statusbooleanIndicates if the request was successful.
msgstringResponse message.