Authentication API

clear auth cookie

DELETE /api/rest/customer/v1/auth

responds with cleared cookie

Request

Headers

Accept: application/json
Content-Type: application/json
Host: example.org
Cookie: 

Route

DELETE /api/rest/customer/v1/auth

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
cache-control: no-cache
set-cookie: _yeti_customer_v1_session=logout; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; httponly; samesite=lax
x-request-id: abc92205-d76c-4840-a02f-e4a34fd619d6
x-runtime: 0.003051

Status

204 No Content