/api/v1/e/{extractor_id}
Delete an extractor from your account. This is a soft delete — the extractor is deactivated but historical extraction results remain accessible.
Some extractors installed from the catalog cannot be deleted.
Request
Headers
string
required
Bearer token authentication. Example:
Bearer YOUR_API_KEYPath Parameters
string
required
The unique identifier (UUID) of the extractor to delete
Example Request
Response
string
Success confirmation message including the extractor name
Example Responses
What Happens When You Delete
- The extractor is deactivated and no longer appears in your extractor list
- You can no longer run the extractor on new documents
- Historical documents processed by this extractor remain accessible
- The extractor’s slug becomes available for reuse

