-
Notifications
You must be signed in to change notification settings - Fork 16
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.
Remove the Addend1 request parameter from a Custom API:
pacx customapi remove-param -a nn_GregSum -n Addend1The full Dataverse unique name of the parameter ({api}-in-{name}) is computed automatically. You only need to supply the short name.
| 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 |
- pacx auth
- pacx column
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow