Delete Collection Point
Overview
The npx let-delete-collection-point command allows you to remove a specific collection point from your application within the Concur consent management system. This action is irreversible and should be used with caution.
Prerequisites
Before running this command, ensure you have:
The
.envfile with the required environment variables.The
cp_idandcp_nameof the collection point you wish to delete.
Command
To delete a collection point, use the following command:
npx let-delete-collection-pointInput Parameters
When running npx let-delete-collection-point, you will be prompted to enter the following details:
Collection Point ID (
cp_id):The unique identifier of the collection point you want to delete.
Collection Point Name (
cp_name):The name of the collection point you want to delete.
Post-Command Actions
Upon successful execution, the specified collection point will be removed from the application. Ensure that the cp_id and cp_name provided are correct, as this action cannot be undone.
Last updated