When cx run the Delete Site Extension API by providing the site extension name as siteExtensionId, there could be chance that for some thrid-parties site extension their name and id are different, which cause the Delete Site Extension API to fail.
Update the code logics so that customer can run Delete Site Extension API by providing site extension name or site extension id as value of siteExtensionId.
Update for both v1 and v2.
Tested private build of both happy and sad path, works as expect.
When cx run the Delete Site Extension API by providing the site extension name as
siteExtensionId
, there could be chance that for some thrid-parties site extension their name and id are different, which cause the Delete Site Extension API to fail. Update the code logics so that customer can run Delete Site Extension API by providing site extension name or site extension id as value ofsiteExtensionId
.Update for both v1 and v2.
Tested private build of both happy and sad path, works as expect.