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: 71b07bd2-f912-4f12-b665-14955cd73231
x-runtime: 0.003305

Status

204 No Content