The "sleep" event notifies you that we no longer need the specified custom_id. So you can stop sending events for this custom_id.
You will receive an event with the following name and data:
Event name: sleep
✅ No response required
| Key | Type | Description |
|---|---|---|
custom_id | string or string[] | Unique identifier from your services (1-64 characters) (it can be a list of custom_id) |
{
"custom_id": "1234"
}
Powered by Doctave