Deleting a Media Workflow

Delete a media workflow using the Console, CLI, or API in Media Flow.

    1. Open the navigation menu and click Analytics & AI. Under Media Services, click Media Flow.
    2. On the Media Workflows list page, select the compartment containing the media workflow that you want to delete.
    3. Click the name of the media workflow that you want to delete.
    4. On the Media Workflow details page, from More actions, select Delete.
    5. In the Confirm dialog box, type the name of the workflow to confirm deletion.
    6. Click Delete.
      The media workflow gets deleted. A deleted media workflow is permanently purged after 90 days.
  • To delete a media workflow, run the delete command:

    oci media-services media-workflow delete [OPTIONS]

    Required parameters for the delete command:

    • --media-workflow-id [text]

    To get all the commands for media-workflow:

    oci media-services media-workflow -h

    To get help for the delete command:

    oci media-services media-workflow delete -h

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • To delete a media workflow, use the DeleteMediaWorkflow operation.