Slide assets
Delete a slide asset
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/slide_assets/slide_asset_abc..."{ "id": "string", "deleted": true}{ "error": {}}Update a slide asset PATCH
Previous Page
List deployment targets GET
Returns one row per supported deployment platform (microsoft-addin, google-slides, canva, figma). Platforms that haven’t been configured for this org are returned with status="not_configured" rather than omitted, so the response shape is stable.