post
https://api.dengage.com/rest/liveActivity/end
Ends an active Live Activity. In addition to signaling the end, this request also delivers a final content update to all current recipients — the iosPayload and androidPayload provided here update the widget's content before it closes.
endDateUtc behavior:
- If provided, the activity remains visible on both platforms until the specified time. Must be sent as UTC.
- If omitted, the activity closes immediately on both platforms (equivalent to passing the current UTC time).
Note: A Live Activity expires 13 hours after it was started. End operations are only allowed within this window.
REST-layer validations — HTTP 400, internal code 11:
| Field | Rule | Error message |
|---|---|---|
activityId | Required | ActivityId is required |
activityId | Activity has ended and is waiting to expire | ActivityId '{activityId}' has been ended and is scheduled to close on {endDateUtc} (UTC). No further operations are allowed until it expires. |
activityId | No active subscribers (expired or no permission granted) | No active subscribers found for ActivityId: {id}. Users may not have granted permission for live activities or the activity has expired. |
activityId | Concurrent lock held — retryable | Another operation is currently in progress for ActivityId '{id}'. Please try again shortly. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…