POST
/dnd.endDndEnd Do Not Disturb
Ends the authenticated user's active Do Not Disturb session immediately. Use this operation when the authenticated user wants to stop the current Do Not Disturb period rather than wait for its scheduled end.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `dnd:write` scope.
200Returns `ok: true` after the authenticated user's Do Not Disturb session ends.
okbooleanrequired
defaultReturned when authentication, token validity, account status, permissions, or request encoding is invalid.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token must provide authentication with the dnd:write scope. The token must belong to an active account permitted to change the authenticated user's Do Not Disturb state.