Codevisor Server
Api reference

POST Harnesses Id Accounts AccountId Logout

POST/v1/harnesses/{id}/accounts/{accountId}/logout

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
accountId*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/harnesses/string/accounts/string/logout"
{  "id": "string",  "harnessId": "string",  "profileKind": "default",  "label": "string",  "email": "string",  "organizationId": "string",  "authMethod": "string",  "authState": "checking",  "isActive": true,  "canLogin": true,  "canLogout": true,  "lastCheckedAt": "string",  "detail": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}