Removes a destination with the given name from the destinations environment variable. If the given destination name is not found calling this function has no effect.
This function should be called to invert the behavior of mockTestDestination() and setTestDestination().
Parameters
name: string
Name of the mocked destination to remove.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Removes a destination with the given name from the destinations environment variable. If the given destination name is not found calling this function has no effect. This function should be called to invert the behavior of mockTestDestination() and setTestDestination().