Logout

Account Logout

post
Authorizations
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
Body
objectOptionalExample: {"deviceToken":"dfB6htWQ5eI:APA91bEAXupTzZIBNkX7zDFPo27oZUpSGPbBIjcA4M23T","isMobile":true}
Responses
200
Successful response
application/json
post
POST /V2/auth/logout HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 91

{
  "deviceToken": "dfB6htWQ5eI:APA91bEAXupTzZIBNkX7zDFPo27oZUpSGPbBIjcA4M23T",
  "isMobile": true
}
200

Successful response

No content