Dissociate a resource bundle from a project. (The project has to be in unaccepted state.)

removeResourceBundleFromProject(environment, xAuthToken, 'vA1b2', '/content/documents/administration/categories')
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string

      Environment name: https://{{environment}}.bloomreach.io

    • xAuthToken: string

      BrX API Token

    • projectId: string

      Specifies the project resource bundle is dissociated to

    • path: string

      Path of a resource bundle. This is the absolute path to the resource bundle, including the resource bundle name

    Returns AxiosPromise