-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi delete
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Deletes a Dataverse Custom API and all its request parameters and response properties.
Delete a Custom API with an interactive confirmation prompt:
pacx customapi delete -n nn_GregSumDelete without confirmation (useful in scripts and CI pipelines):
pacx customapi delete -n nn_GregSum --forceThis command also removes all associated request parameters and response properties. Use pacx customapi list first to verify the target.
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
unique-name |
n |
Y | Unique name of the Custom API to delete (e.g. nn_GregSum). | - | String |
force |
N | Skip the interactive confirmation prompt and delete immediately. | False |
true, false |