Skip to main content
DELETE
Remove app from a draft

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

draftId
string
required

Draft workbook identifier. Use List document drafts to retrieve draft IDs.

Example:

"def456"

documentId
string
required

Published document identifier.

Example:

"abc123"

Response

App removed on the draft.

identifier
string
required

Published document identifier the draft targets.

Example:

"def456"

draftIdentifier
string
required

Identifier of the draft the patch was applied to.

Example:

"abc123"

name
string
required

Document name.

Example:

"Blob Sales"

description
string | null
required

Document description.

Example:

"Overview of daily Blobs R Us Sales"