import utils from'@eventcatalog/utils'; const{ rmCustomDoc }=utils('/path/to/eventcatalog'); // removes a custom doc at the given path // Removes the custom doc at docs/guides/inventory-management/introduction.mdx awaitrmCustomDoc('/guides/inventory-management/introduction');
Delete a custom doc by its' path