maton trigger destination delete
Remove a destination from a trigger
maton trigger destination delete <destination-id> --trigger <trigger-id> [flags]
Options
-t,--trigger <string>- Trigger ID this resource belongs to (required)
-
--yes - Skip confirmation prompt
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton trigger destination delete dst_123 --trigger trg_abc123
$ maton trigger destination delete dst_123 --trigger trg_abc123 --yes