Delete store
DEL /stores/chats/{chat_id}
This endpoint lets you to delete a store chat.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Response
{
"success": true,
"message": "Chat, store, and associated Vercel project deleted successfully"
}{
"success": false,
"message": "No chat found with this ID"
}Last updated
Was this helpful?