action shotstack_delete_asset { label: "Delete Asset" description: "Delete an asset by its asset id. If a render creates multiple assets, such as thumbnail and poster images, each asset must be deleted individually by the asset id.\n\n**base URL:** https://api.shotstack.io/serve/{version}" provider: shotstack method: DELETE path: "/assets/{id}" encoding: json output: { type: "object" additionalProperties: true } }