|
I am writing a script that backs up and restores certain parameters from a tenant.
When playing around with the Material-types API I noticed that the DELETE method for all material types is not implemented even though the documentation states there should exist such a method.
Steps to reproduce:
- Go to https://s3.amazonaws.com/foliodocs/api/mod-inventory-storage/2/material-type.html
- Under endpoint /material-types, notice there is a DELETE-method that should delete all material types from the tenant.
- Try to invoke the method in a tenant.
What should happen:
All material types are deleted
What actually happens:
the error message "No suitable module found for path /material-types" is returned.
|