This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use cc change_object to delete item from array

I figured out that I can add items to the cff_profiles array by running:

cc change_object REF_HttProContaInterNetwo13 cff_profiles REF_HttCffXYZ

Now that I have added that profile.  What command would I use to remove that object from the cff_profiles array if it were to look the example below?

                      'cff_profiles' => [
                                          'REF_HttCffABC',
                                          'REF_HttCffXYZ'
                                        ],



This thread was automatically locked due to age.
  • FormerMember
    0 FormerMember

    Hi ,

    Thanks for reaching out to the Community! 

    Is there any specific reason you're changing/updating and deleting objects from the backend? 

    Are you a home user or a licensed user? 

    Thanks,

  • In this particular case I am using a home license.  I am trying to use a script to remove a CFF profile which blocks all web traffic during a time period.  I am doing it remotely via SSH through another box as I don't want to expose the webadmin port to the internet.