-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi remove response
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Removes a response property from an existing Dataverse Custom API.
Remove the Result response property from a Custom API:
pacx customapi remove-response -a nn_GregSum -n ResultThe full Dataverse unique name of the property ({api}-out-{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 response property to remove (without publisher prefix and without -out- segment), e.g. Result. | - | 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