PPT sets
Delete a ppt_set
Cascades to every slide_asset under this ppt_set. Resources elsewhere that reference those slide_assets will have dangling pointers — clean them up first.
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/ppt_sets/ppt_set_abc..."{ "id": "string", "deleted": true}{ "error": {}}