SpaceMediaSpaceMedia
Endpoint referenceAccount Settings

Delete Account Session

DELETE
/api/v1/account-settings/sessions/{session_id}

Delete Account Session. Use it to manage the authenticated user profile, account labels, active sessions, and notification preferences that are visible inside the organization account. It removes, revokes, or cancels the target when permissions and resource state allow it, then returns a confirmation or policy error.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

session_id*string

Opaque session revocation reference returned by GET /api/v1/account-settings/sessions.

Match^[a-f0-9]{64}$
Length64 <= length <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?