Skip to main content
POST
/
v1
/
sms
/
clear
Clear SMS Conversation
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.luly.ai/llms.txt

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

Headers

authorization
string
required
Your API key for authentication.

Body

to
string
required
One of the phone numbers in the conversation.
from
string
required
The other phone number in the conversation.
{
  "status": "success",
  "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}