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
Remove an authentication/authorization record for an agent running in the VOLTTRON platform.
Note::auth_user_id can take any value specified in a user_id field in an auth record on the system. For local agents, this should be the actual VIP identity. The string, however is arbitrary and may have other values for remote agents to distinguish them from local versions of the same agent.
Request:
Authorization: BEARER <jwt_token>
Response:
With valid BEARER token on success: 204 No Content
With valid BEARER token on failure: 400 Bad Request
Content Type: application/json
Body:
{
"error": "<Error Message>"
}
With invalid BEARER token: 401 Unauthorized
The text was updated successfully, but these errors were encountered:
Remove an authentication/authorization record for an agent running in the VOLTTRON platform.
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: