Skip to main content

delete_native_trigger

Function delete_native_trigger 

Source
pub async fn delete_native_trigger(
    configuration: &Configuration,
    workspace: &str,
    service_name: NativeServiceName,
    external_id: &str,
) -> Result<String, Error<DeleteNativeTriggerError>>
Expand description

Deletes a native trigger by its external ID. Requires write access to the script or flow that the trigger is associated with.