Skip to main content
DELETE
/
customer
/
logout
Logout Customer
curl --request DELETE \
  --url https://api.craveup.com/api/v1/customer/logout \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.cravejs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Storefront customer session JWT acquired from the login + OTP flow.

Response

Customer logged out successfully.

success
boolean
required
Example:

true