How to remove Fastly yaml configuration from AEMaaCS
We have carried out some tests with fastly and made a configuration as documented here (https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/cdn-configuring-traffic) via a yaml file.
After our tests we would like to restore the original state. However, it is not documented how this should be done.
If I start the config pipeline with a yaml file that is empty or does not contain a complete data section e.g.
kind: "CDN"
version: "1"
metadata:
envTypes: [ "dev" ]
then the config pipeline fails.
Does anyone know a way to cleanly remove the already deployed config?