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

delete

HTTP Request

DELETE /workflows/:workflowReference/parameters/:parameterReference

Path parameters

Parameter

parameterReference

A scoped reference to the notebook. See referencing resources for more information.

workflowReference

A qualified reference to the parameter's workflow. See referencing resources for more information.

This endpoint extends the general API structure.

Authorization

You must have edit access to the underlying workflow, and hour access token must have one of the following scopes:

  • workflow.write

Request body

The request body must be empty.

Response body

The response body will be empty.

Was this helpful?