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)); Copy
removeResourceBundleFromProject(environment, xAuthToken, 'vA1b2', '/content/documents/administration/categories') .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
Specifies the project resource bundle is dissociated to
Path of a resource bundle. This is the absolute path to the resource bundle, including the resource bundle name
Dissociate a resource bundle from a project. (The project has to be in unaccepted state.)
Example