Skip to main content
DELETE
/
v1
/
classifications
/
{classification_id}
from retab import Retab

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

client = Retab()
client.classifications.delete("cls_01G34H8J2K")
No Content

Path Parameters

classification_id
string
required
The unique identifier of the classification to delete.

Authorizations

Api-Key
string
header
required

Path Parameters

classification_id
string
required

Response

Successful Response