This flowchart illustrates the action sequence for deleting one or all revisions of an existing file from the Content Server repository.

  1. Start the delete action.

  2. Check if content exists.

    • If content does not exist, no action is performed.

    • If content exists, go to the next step.

  3. Check if the revision of the content is specified.

    • If no revision is specified, delete the content.

    • If a revision is specified, go to the next step.

  4. Check if the specified revision exists.

    • If the specified revision does not exist, no action is performed.

    • If the specified revision exists, go to the next step.

  5. Check if content is in an active workflow.

    • If content is not in an active workflow, delete the content revision.

    • If content is in an active workflow, no action is performed.