Ingest Jobs
Delete an ingest job
Delete an ingest job for the authenticated organization.
DELETE
TypeScript
Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Default authentication mechanism
Headers
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.
Pattern:
^[A-Za-z0-9]{1,64}$Path Parameters
The id of the namespace (prefixed with ns_)
Example:
"ns_123"
The id of the job (prefixed with job_)
Example:
"job_123"
Previous
Retrieve a list of documentsRetrieve a paginated list of documents for the authenticated organization.
Next
TypeScript