Skip to main content
DELETE
/
v1
/
parses
/
{parse_id}
from retab import Retab

client = Retab()

client.parses.delete("parse_01G34H8J2K")

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.

Permanently delete a persisted parse. Returns 204 No Content on success.
from retab import Retab

client = Retab()

client.parses.delete("parse_01G34H8J2K")

Path Parameters

parse_id
string
required
The ID of the parse to delete.

Authorizations

Api-Key
string
header
required

Path Parameters

parse_id
string
required

Response

Successful Response