본문으로 건너뛰기

Delete session

POST 

/session/delete

Deletes a player session by its session ID. The session must belong to the calling product.

By default this is a soft delete: the session is marked revoked, is no longer queryable, and its player ID becomes reusable, but the record itself is retained.

Irreversible. Setting hardDelete to true instead permanently deletes the session and its embedded consent — this cannot be undone. Available only to developers explicitly enabled for hard delete.

Request

Responses

Session deleted successfully