delete
Session
@DeleteMapping(path = "/{" + IDENTIFIER_KEY + "}"
)
Endpoint used to delete an existing session
Return
the response as String
Parameters
sessionId
The identifier of the session to delete
language
The language of the user who sent the request
payload
The payload of the request
{
"password" : "the password used to protect the session accesses" -> [String]
}
Content copied to clipboard