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
- 200
- 400
Session deleted successfully
Invalid request - the response body's error field carries a
specific code (NOT_FOUND, FEATURE_DISABLED).