Skip to main content
DELETE
/
api
/
data-platform
/
file-ingestions
/
{id}
Soft-delete a file ingestion record
curl --request DELETE \
  --url https://app.solya.app/api/data-platform/file-ingestions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

id
string<uuid>
required

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

organizationId
string
required

Organization that owns the file ingestion; scopes the delete for tenant isolation

Minimum string length: 1

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true