Function deleteAppMedia

  • Deletes a media content file or complete directory. Returns OK if the bytes containing the media file (or the complete content of a directory) were successfully deleted, or error in case of failure or lack of permission.

    Parameters

    • appId: string

      Unique application identifier.

    • path: string

      Path to file content.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DeleteAppMediaHttpResponse>

    DeleteAppMediaHttpError