cURL
curl --request DELETE \ --url https://api.craveup.com/api/v1/customer/logout \ --header 'Authorization: Bearer <token>'
{ "success": true }
Revokes the active storefront session for the authenticated customer.
Storefront customer session JWT acquired from the login + OTP flow.
Customer logged out successfully.
true