Skip to main content
DELETE
/
v1
/
partitions
/
{partition_id}
from retab import Retab

client = Retab()

client.partitions.delete("part_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 Partition record by ID. Returns 204 No Content on success.
from retab import Retab

client = Retab()

client.partitions.delete("part_01G34H8J2K")
No Content

Authorizations

Api-Key
string
header
required

Path Parameters

partition_id
string
required

Response

Successful Response