{ "opencollection": "1.0.0", "info": { "name": "Getty Images Set API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Set", "type": "folder" }, "items": [ { "info": { "name": "Confirm asset change notifications.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v3/asset-changes/change-sets/:change-set-id", "params": [ { "name": "change-set-id", "value": "", "type": "path", "description": "Specify the change-set-id associated with a transaction resource whose receipt you want to confirm." } ] }, "docs": "# Delete Asset Changes\n\nConfirm asset changes acknowledges receipt of asset changes (from the PUT asset-changes endpoint).\n\n## Quickstart\n\nYou'll need an API key and an access token to use this resource.\n\nUse the change_set_id from the PUT asset-changes/change-sets endpoint to confirm receipt of notifications.\n" } ] } ], "bundled": true }