You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('{"Error": "volttron.platform.jsonrpc.Error(-32001, \"method '
"'manage_delete_config' requires capabilities {'edit_config_store'}, but "
"capability {'allow_auth_modifications': None} was provided for user "
'platform_web\")"}')
Remove an existing configuration file for the agent from the config store.
Request:
BEARER <jwt_token>
Response:
With valid BEARER token on success:
204 No Content
With valid BEARER token on failure:
400 Bad Request
application/json
With invalid BEARER token:
401 Unauthorized
The text was updated successfully, but these errors were encountered: