SCA API 2.0
//
Delete Single Whitelist R...
Deletes one of the whitelist rules of an organization
Security
bearer-key
DELETE
curl -i -X DELETE \
'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/settings/whiteList/{uuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }