cURL
curl --request DELETE \ --url http://localhost:{port}/config/resources \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "success": true, "name": "<string>" }
Removal result