Legacy Dev Forum Posts

 View Only

Sign Up

Anyway to delete Published Evaluation Forms

  • 1.  Anyway to delete Published Evaluation Forms

    Posted 06-05-2025 19:10

    Nawaz_Ria | 2020-03-13 13:07:11 UTC | #1

    I know there is an API to delete Evaluation Forms but it won't let me delete Published Forms. I tried changing the Published field value from "True" to "False" using PUT but that doesn't work either. Any suggestions would be appreciated.


    tim.smith | 2020-03-13 14:46:51 UTC | #2

    Nawaz_Ria, post:1, topic:7341
    using PUT but that doesn't work either.

    Can you be more specific about how it's not working? If you're getting an error, can you share it?


    Nawaz_Ria | 2020-03-13 15:08:15 UTC | #3

    This is my Request PUT/api/v2/quality/forms/evaluations/a93f0d93-5f5b-45be-8f65-ac5aaf8c3b89 { "name": "RNPEvalForm13tMarchPublished", "modifiedDate": "2020-03-13T15:05:15.186Z", "published": false, "contextId": "8602258a-e9b0-4ee7-ba56-fe891fda71ab" } And here's the response: { "message": "Cannot update the evaluation with id a93f0d93-5f5b-45be-8f65-ac5aaf8c3b89 since it has already been published.", "code": "conflict", "status": 409, "contextId": "3084f454-b569-4aa9-adf3-bab61446f245", "details": [], "errors": [] }


    tim.smith | 2020-03-13 15:51:29 UTC | #4

    You can use GET /api/v2/quality/forms/evaluations/{formId}/versions or GET /api/v2/quality/forms/evaluations to find the unpublished version of a form. You can then modify the unpublished version using the PUT operation. It is not possible to delete forms once they have been published.


    system | 2020-04-13 15:51:29 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 7341