v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-05141768.5 KB
Structured Sheets

Delete structured sheet

Delete a structured sheet conversion and its associated exports. This action cannot be undone.

delete/v1/structured-sheets/{structured_sheet_id}

Path parameters

structured_sheet_idstring required

The unique identifier of the structured sheet conversion.

Example:ss_01kfxgjd94fn9stqm42nejb627

The unique identifier of the structured sheet conversion.

Response

Successful Response

idstring required

The unique identifier of the deleted structured sheet.

object'structured_sheet' required

The object type, which is always 'structured_sheet'.

deletedtrue required

Whether the structured sheet was successfully deleted.

Example response

{
  "deleted": true,
  "id": "ss_01kfxgjd94fn9stqm42nejb627",
  "object": "structured_sheet"
}