Calls
Vector Stores
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Inbound Numbers
Outbound Numbers
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
Clear SMS Conversation
Hides all messages in an SMS conversation from the AI’s future responses (without permanently deleting them). For development/debugging.
POST
/
v1
/
sms
/
clear
curl --request POST \
--url https://app.luly.ai/api/v1/sms/clear \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"to": "<string>",
"from": "<string>"
}'
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}
Headers
Your API key for authentication.
Body
One of the phone numbers in the conversation.
The other phone number in the conversation.
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}
curl --request POST \
--url https://app.luly.ai/api/v1/sms/clear \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"to": "<string>",
"from": "<string>"
}'
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}
Assistant
Responses are generated using AI and may contain mistakes.