delete https://api.sigmacomputing.com/v2/workbooks//embeds/
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
andembedId
as path parameters to specify which embed to delete. - Retrieve the workbookId by calling the /v2/workbooks endpoint.
- Retrieve the embedId by calling the /v2/workbooks/{workbookId}/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.