glue_delete_trigger: Deletes a specified trigger
Description
Deletes a specified trigger. If the trigger is not found, no exception
is thrown.
Usage
glue_delete_trigger(Name)
Arguments
Name
[required] The name of the trigger to delete.
Value
A list with the following syntax:
list(
Name = "string"
)
Request syntax
svc$delete_trigger(
Name = "string"
)