For the complete documentation index, see llms.txt. This page is also available as Markdown.

Parameter$delete

Parameter$delete() → void

Delete the parameter.

Returns:

void

Examples

workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$delete()

Was this helpful?