Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.