Remove app from a draft
This API is currently in development and may change.
Remove the app from an existing draft. Use the draftIdentifier in the response to call the Publish draft API and publish the changes.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
Draft workbook identifier. Use List document drafts to retrieve draft IDs.
"def456"
Published document identifier.
"abc123"
Response
App removed on the draft.
Published document identifier the draft targets.
"def456"
Identifier of the draft the patch was applied to.
"abc123"
Document name.
"Blob Sales"
Document description.
"Overview of daily Blobs R Us Sales"

