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)); Copy
removePageFromProject(environment, xAuthToken, 'vA1b2', 'reference-spa', 'pages/home') .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
Specifies the project document is dissociated to
Relative path of document. It is appended to the content root path of the given channel
Dissociate an document from a project. (The project has to be in unaccepted state.)
Example