Product/components used and version/fix level:
10.18.0.261 on an Enterprise tenant
Detailed explanation of the problem:
Hi Guys
trying to delete a tenant option
with GET can have a look on the tenant option I want to delete
{
“self”: “https://xxxxxxx.eu-latest.cumulocity.com/tenant/options/sag-global-tenant-management.credentials/credentials.env474374”,
“category”: “sag-global-tenant-management.credentials”,
“value”: “<>”,
“key”: “credentials.env474374”
}
Postman
DELETE
{
“error”: “options/Not Found”,
“message”: “Cannot delete option. : Unable to find option by given key: sag-global-tenant-management.credentials/credentials.env474374”,
“info”: “https://www.cumulocity.com/guides/reference/rest-implementation//#a-name-error-reporting-a-error-reporting”
}
C8YCLI
c8y tenantoptions delete --category “sag-global-tenant-management.credentials” --key “credentials.env474374”
? Confirm (job: 1)
Delete tenant option on tenant xxxxxxx
[y] Yes [a] Yes to All [n] No [l] No to All y
2023-11-23T10:57:59.935+0100 ERROR serverError: Cannot delete option. : Unable to find option by given key: sag-global-tenant-management.credentials/credentials.env474374 DELETE https://xxxxxxx.eu-latest.cumulocity.com/tenant/options/sag-global-tenant-management.credentials/credentials.env474374: 404 options/Not Found Cannot delete option. : Unable to find option by given key: sag-global-tenant-management.credentials/credentials.env474374
any idea why I cannot delete this option?
Why would I delete this option? I have 1500 of them and just want to get rid of them,