Remove dashboard from document
Remove the dashboard from an existing draft, leaving a workbook-only document. Documents that are already workbook-only will remain unchanged.
Use the Publish draft endpoint to apply the changes from this endpoint to the published version of the document. Note: Schedules will be removed when the document is published.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
ID of the existing draft, created from a successful call to the Create draft and patch document endpoint.
"def456"
ID of the published document associated with the draft.
"abc123"
Response
Dashboard removed on the draft. The response includes the draftIdentifier.
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"

