Skip to main content
DELETE
End one support session. Requires the owner or administrator role. Use this to stop a single session while leaving support access on. To stop every session and prevent new ones, set allowed to false with Allow or withdraw support access instead. It takes effect on the session’s next request. The staff member is not signed out of anything of their own; what ends is the authority that session carried into your organisation. A session in another organisation answers 404, identically to a session id that does not exist. This is deliberate: it is not a way to confirm that support is inside somebody else. The response is the ended session rather than 204, so you can read its end without a second request. It stays in history on Read support access.
string
required
The session’s id (UUID), as returned in active[].id.

Response

string
required
The session id.
string
required
The staff member’s name, captured when the session opened.
string
required
The staff member’s email, captured when the session opened.
string
required
The reason they gave for opening it.
string
required
When the session opened, ISO 8601 in UTC.
string
required
When the session would have expired, ISO 8601 in UTC.
string | null
required
Why it stopped. revoked when you ended it.
Last modified on September 26, 2026