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.
Documentation IndexFetch the complete documentation index at: https://docs.cravejs.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cravejs.com/llms.txt
Use this file to discover all available pages before exploring further.
Storefront customer session JWT acquired from the login + OTP flow.
Customer logged out successfully.
true