pub async fn delete<T>( client: &impl RequestRunner, name: T, ) -> Result<Response<()>>where T: AsRef<str>,
Permanently delete a trigger.