> ## 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.

# Clear SMS Conversation

> Hides all messages in an SMS conversation from the AI’s future responses (without permanently deleting them). For development/debugging.

### Headers

<ParamField header="authorization" type="string" required={true}>
  Your API key for authentication.
</ParamField>

### Body

<ParamField body="to" type="string" required={true}>
  One of the phone numbers in the conversation.
</ParamField>

<ParamField body="from" type="string" required={true}>
  The other phone number in the conversation.
</ParamField>

<ResponseExample>
  ```json Response
  {
    "status": "success",
    "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
  }

  ```
</ResponseExample>
