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: 70ef24b4-16a1-41f3-9ada-26a4f4553aa5
x-runtime: 0.002313

Status

204 No Content