Logout User

Overview

Use this API to logout a user from eGain Digital.

SecurityoAuthNoScopesUser or oAuthNoScopesCustomer
Request
header Parameters
Accept
required
string
Default: application/json

The content type accepted by the client.

Enum: "application/json" "application/xml"
Accept-Language
required
string

The Language locale accepted by the client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
204

No Content

401

Unauthorized

406

Not Acceptable

500

Internal server error

delete/
Request samples
Response samples
application/json
{
  • "code": "401-101",
  • "developerMessage": "Invalid or expired 'Authorization' header provided. New login is required."
}