Skip to content
Get started

Delete structured sheets

DELETE/v1/structured-sheets/{structured_sheets_id}

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

Path ParametersExpand Collapse
structured_sheets_id: string

The unique identifier of the structured sheets conversion.

Delete structured sheets
curl https://api.deeptable.com/v1/structured-sheets/$STRUCTURED_SHEETS_ID \
    -X DELETE \
    -H "Authorization: Bearer $DEEPTABLE_API_KEY"
Returns Examples