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:

reelIdReel ID from which to remove the attributestring
attributeNameName of Attribute to remove from reelstring


Examples:

http://localhost:8014/MaterialManagement/Material/ID0001/Attributes?Name=Test



All REST Resources