Deleting a Media Workflow

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

    1. On the Media workflows list page, select the compartment containing the media workflow that you want to delete. If you need help finding the list page, see Creating a Media Workflow.
    2. Select the name of the media workflow that you want to delete.
    3. On the details page, select the Actions menu and then select Delete.
    4. In the delete confirmation dialog box, select Delete.
      The media workflow is 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.