Delete Attribute from Reel
Method: DELETE
Description:
Delete specific attribute from a reel using attribute id
Resource URL:
http://localhost:8014/MaterialManagement/Material/{reelId}/Attributes/{attributeId}
Parameters:
reelId
Reel ID from which to remove the attribute
string
attributeId
Attribute ID to remove from reel
int
Examples:
http://localhost:8014/MaterialManagement/Material/ID0001/Attributes/1
All REST Resources