Skip to main content
curl --request POST \
  --url https://api.smile.io/v1/events/ \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {token}' \
  --data '
{
  "event": {
    "topic": "customer/deleted",
    "data": {
      "external_id": "1"
    }
  }
}'
Send this event any time a customer is deleted in your system. This will remove the customer from Smile. The only required customer property when sending this type of event is the external_id property.
This endpoint requires the scope.