removeMediaFolderCategoryAssociation
DELETE/media-folder-categories/:categoryId/media-folders/:folderId
Removes the association between the folder and the category. Unlike the association, which is a
bulk operation, the dissociation always addresses the single {categoryId}/{folderId} pair.
A folder has to belong to at least one category: a 400 is returned when the folder is associated
to that category only.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| removeMediaFolderCategoryAssociation |
Request
Responses
- 204
- 400
The association between the folder and the category has been successfully deleted.
Bad request. It is returned, among the other cases, when the folder is associated to that category only.