latestOpenAPI 3.1.02026-08-211286041.7 MB
b0c8a1820333
Stream Authentication
Stream Expire All
Expire all of the tokens associated with a specific stream.
post/api/v1/auth/stream/{stream_id}/expire-all
Path parameters
stream_idstring required
The Stream's ID or UID.
Example:unique-identifier
The Stream's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"expiry": 60,
"sessionIds": [
"user_1FB8"
]
}Response
no content