Soft-delete a file ingestion record
Data Platform - File Ingestions
Soft-delete a file ingestion record
Sets the file ingestion status to DELETED. Does not remove the blob from storage. Requires Bearer token authentication.
DELETE
Soft-delete a file ingestion record
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Path Parameters
Unique identifier of the file ingestion to delete (UUID)
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Organization that owns the file ingestion; scopes the delete for tenant isolation
Minimum string length:
1
