Skip to main content
DELETE
/
config
/
resources
Remove a resource by name
curl --request DELETE \
  --url http://localhost:{port}/config/resources \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "success": true,
  "name": "<string>"
}
Removes a resource by name.

Body

application/json
name
string
required

Response

200 - application/json

Removal result

success
boolean
required
name
string
required