I'm not sure if this is a recent change since I believe this was working before. I want to delete a Crucible review in draft mode via REST API. I was able to delete a draft with the REST endpoint
/rest-service/reviews-v1/{id}/transition?action=action:deleteReview
However, the response i get now when trying to transition a review in draft to delete is
"{"code":"Authorization","message":"You can't do action:deleteReview in state Draft"}"
If I transition the review to abandon first then attempt to delete, the error I get is
{"code":"Authorization","message":"You can't do action:deleteReview in state Dead"}
Hi, Did you every figure this out. I have the same scenario
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><error><code>Authorization</code><message>You can't do action:deleteReview in state Dead</message></error>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.