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>"
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Removes a resource by name.

Body

application/json
name
string
required

Response

200 - application/json

Removal result

success
boolean
required
name
string
required