# delete

## HTTP Request

```http
DELETE /workflows/:workflowReference/parameters/:parameterReference
```

## Path parameters

| Parameter          |                                                                                                                                                          |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| parameterReference | A scoped reference to the notebook. See [referencing resources](https://docs.redivis.com/api/referencing-resources) for more information.                |
| workflowReference  | A qualified reference to the parameter's workflow. See [referencing resources](https://docs.redivis.com/api/referencing-resources) for more information. |

{% hint style="info" %}
This endpoint extends the [general API structure](https://docs.redivis.com/api/rest-api/general-structure).
{% endhint %}

## Authorization

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

* workflow\.write

[Learn more about authorization.](https://docs.redivis.com/api/rest-api/authorization)

## Request body

The request body must be empty.

## Response body

The response body will be empty.
