Skip to main content
DELETE
/
v1
/
edits
/
{edit_id}
from retab import Retab

client = Retab()
client.edits.delete("edit_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 Edit record by ID. Returns 204 No Content on success.
from retab import Retab

client = Retab()
client.edits.delete("edit_01G34H8J2K")
No Content

Path Parameters

edit_id
string
required
The unique identifier of the edit to delete.

Authorizations

Api-Key
string
header
required

Path Parameters

edit_id
string
required

Response

Successful Response