Delete an embed from a workbook

View as MarkdownOpen in Claude
This endpoint lets you delete an embed associated with a specific workbook. It is useful for cleaning up unnecessary or outdated embeds to maintain a streamlined environment. ### Usage Notes - Requires `workbookId` and `embedId` as path parameters to specify which embed to delete. - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - Retrieve the **embedId** by calling the [/v2/workbooks/{workbookId}/embeds](https://help.sigmacomputing.com/reference/list-workbook-embeds) endpoint. ### Usage Scenarios - **Maintenance**: Regularly remove unused or expired embeds to keep your Sigma environment clean and efficient. ### Best Practices - Confirm the usage and necessity of an embed before deletion to avoid disrupting dependent services or applications.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
embedIdstringRequired

Response

The response body.