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:

reelIdReel ID from which to remove the attributestring
attributeIdAttribute ID to remove from reelint


Examples:

http://localhost:8014/MaterialManagement/Material/ID0001/Attributes/1



All REST Resources