Skip to main content

Summary

Remove numbering properties from list items, converting them to plain paragraphs.
  • Operation ID: lists.detach
  • API member path: editor.doc.lists.detach(...)
  • Mutates document: yes
  • Idempotency: conditional
  • Supports tracked mode: no
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns a ListsDetachResult confirming the item was converted to a plain paragraph.

Input fields

Example request

Output fields

Variant 1 (success=true)

Variant 2 (success=false)

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • CAPABILITY_UNAVAILABLE
  • INVALID_TARGET

Non-applied failure codes

  • INVALID_TARGET

Raw schemas