How to delete a price group completely?
Summary:
I have deleted a price group using https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccadmin-v1-pricelistgroups-id-delete.html
However, when I check with https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccadmin-v1-pricelistgroups-id-get.html, Price Group is still there and "deleted": true.
How can I remove a Price Group completely? When I try to create one with same name, I get an error that proce group already exists.
{
"errorCode": "20211",
"message": "PriceListGroup with ID: ZONE4 already exists",
"status": "400"
}
If we cannot then delete it completely, how can I enable it back on?
I tried https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccadmin-v1-pricelistgroups-activationrequest-post.html however that did not work.