Skip to content

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.

Usage

Remove the Result response property from a Custom API:

pacx customapi remove-response -a nn_GregSum -n Result

The full Dataverse unique name of the property ({api}-out-{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 response property to remove (without publisher prefix and without -out- segment), e.g. Result. - String

Command list

Clone this wiki locally