Commands  ›   ›  Remove Revision From Single Sheet

Remove Revision From Single Sheet

writes to model Public API · not yet exposed

Coming soon

Inputs

NameKindTypeRequiredDefaultDescription
revisionId config int no Revision element ID to remove
sheetNumber config string no Sheet number (preferred)
sheetId config int no Sheet element ID (optional)

Returns

NameTypeDescription
ResultJSONResult with remaining revision count

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/remove_revision_from_single_sheet
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

remove revision from sheet · delete revision from sheet · unassign revision
Patterns: remove * revision * sheet · delete * revision * sheet

Related commandsAddRevisionToSheetCommand
Pillar