Delete Attribute from Reel
Method: DELETE
Description:
Delete specific attribute from a reel using attribute name
Resource URL:
http://localhost:8014/MaterialManagement/Material/{reelId}/Attributes?Name={attributeName}
Parameters:
reelId
Reel ID from which to remove the attribute
string
attributeName
Name of Attribute to remove from reel
string
Examples:
http://localhost:8014/MaterialManagement/Material/ID0001/Attributes?Name=Test
All REST Resources