action gettyimages_delete_v3_asset_changes_change_sets_change_set_id { label: "Confirm asset change notifications." description: "# 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" provider: gettyimages method: DELETE path: "/v3/asset-changes/change-sets/{change-set-id}" encoding: json input: { type: "object" properties: { "change-set-id": { type: "integer" format: "int64" description: "Specify the change-set-id associated with a transaction resource whose receipt you want to confirm." } } required: ["change-set-id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }