v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Ingest Jobs

Delete an ingest job

Delete an ingest job for the authenticated organization.

delete/v1/namespace/{namespaceId}/ingest-jobs/{jobId}

Path parameters

namespaceIdstring required

The id of the namespace (prefixed with ns_)

Example:ns_123

The id of the namespace (prefixed with ns_)

jobIdstring required

The id of the job (prefixed with job_)

Example:job_123

The id of the job (prefixed with job_)

Headers

x-tenant-idstring

Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.

Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.

Response

The deleted ingest job

successtrue required