Skip to content

pacx customapi remove param

github-actions[bot] edited this page Jun 16, 2026 · 1 revision

Removes a request parameter from an existing Dataverse Custom API.

Usage

Remove the Addend1 request parameter from a Custom API:

pacx customapi remove-param -a nn_GregSum -n Addend1

The full Dataverse unique name of the parameter ({api}-in-{name}) is computed automatically. You only need to supply the short name.

Arguments

Long Name Short Name Required? Description Default value Valid values
api a Y Unique name of the target Custom API (e.g. nn_GregSum). - String
name n Y Short name of the request parameter to remove (without publisher prefix and without -in- segment), e.g. Addend1. - String

Command list

Clone this wiki locally