Delete EPD
curl --request DELETE \
--url https://api.realtimelca.com/epd/api/material/{materialId} \
--header 'Authorization: Bearer <token>'Library
Delete EPD
Given a materialId, this request permanently deletes the specified material from the system.
DELETE
/
material
/
{materialId}
Delete EPD
curl --request DELETE \
--url https://api.realtimelca.com/epd/api/material/{materialId} \
--header 'Authorization: Bearer <token>'⌘I

