Delete
/api/paps/sessions/{id}
Checks in the application profile session identified by the given transaction ID. The operation is idempotent - checking in an already checked-in session succeeds without effect. Sessions with access type DEVICE cannot be checked in through this API. An audit event of type ADMIN_ACCESS_CHECKIN is generated.
Security
HTTP
Type bearer
Path parameters
id
stringRequired
The transaction ID of the session to check in
Responses
204
No Content
400
Invalid transaction ID, or the session cannot be checked in through this API