Dissociate an document from a project. (The project has to be in unaccepted state.)

removePageFromProject(environment, xAuthToken, 'vA1b2', 'reference-spa', 'pages/home')
.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 document is dissociated to

    • path: string

      Relative path of document. It is appended to the content root path of the given channel

    Returns AxiosPromise