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 .env file with the required environment variables.

  • The cp_id and cp_name of the collection point you wish to delete.

Command

To delete a collection point, use the following command:

npx let-delete-collection-point

Input Parameters

When running npx let-delete-collection-point, you will be prompted to enter the following details:

  1. Collection Point ID (cp_id):

    • The unique identifier of the collection point you want to delete.

  2. 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