Skip to main content
DELETE
/
v1
/
extractions
/
{extraction_id}
from retab import Retab

client = Retab()

client.extractions.delete("extr_01G34H8J2K")
No Content

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete a persisted Extraction record by ID. Returns 204 No Content on success.
from retab import Retab

client = Retab()

client.extractions.delete("extr_01G34H8J2K")
No Content

Authorizations

Api-Key
string
header
required

Path Parameters

extraction_id
string
required

Response

Successful Response