Skip to content

Remove Product

Request

Deletes a product as identified by its token

Security
bearer-key
Path
productTokenstringrequired

product UUID (by running Entities - Organization > Get Organization Products) or Product Token (from the Mend SCA App: Integrate tab > Product Token).

DELETE
/api/v2.0/products/{productToken}
curl -i -X DELETE \
  'https://api-saas.mend.io/api/v2.0/products/{productToken}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValobject(MessageDTO)
Response
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }