Delete Launch Configuration Template
drs_delete_launch_configuration_template | R Documentation |
Deletes a single Launch Configuration Template by ID¶
Description¶
Deletes a single Launch Configuration Template by ID.
Usage¶
drs_delete_launch_configuration_template(launchConfigurationTemplateID)
Arguments¶
launchConfigurationTemplateID |
[required] The ID of the Launch Configuration Template to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_launch_configuration_template(
launchConfigurationTemplateID = "string"
)