Skip to main content
POST
/
integrations
/
make
/
conversations
/
lists
/
clear
Clear all lists from a conversation by phone number
curl --request POST \
  --url https://smartsend-server.otherwise.co.il/integrations/make/conversations/lists/clear \
  --header 'Content-Type: application/json' \
  --header 'x-organization-id: <api-key>' \
  --data '
{
  "phoneNumber": "<string>",
  "actorId": "<string>",
  "actorName": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://smartsend-d755cc5e.mintlify.app/llms.txt

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

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Body

application/json
phoneNumber
string
required
actorId
string
actorName
string

Response

200

Lists cleared successfully