Hi. I’ve been building a Forge app that needs to delete more than one content/space property. On V1 it is possible to delete each property by key(https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties/#api-wiki-rest-api-content-id-property-key-delete), but on V2 I need property id, so I will have to get content/space property information to get id and after that delete content property for each one.
It increases latency, cost and complexity, without having any positive effect.
Is there any plan to update or to create a new endpoint to delete content/space property?
Thanks.