I am trying to make a PATCH request in order to remove n tokens, as active 
connection does

{headers: {…}, method: 'PATCH', url: 'api/tokens', data: Array(1)}
data: Array(1)
0: {op: 'remove', path: 
'/9090FE7421EBADE951915BC458254C09CE021E3A5E8D37C377B5E4B476B40EDF'}
length: 1
[[Prototype]]: 
Array(0)
headers: 
{Guacamole-Token: 
'9090FE7421EBADE951915BC458254C09CE021E3A5E8D37C377B5E4B476B40EDF'}
method: "PATCH"
url: "api/tokens"

But it throws a 405 error (NOT ALLOWED).

Why active connections are posible remove them like that, but no logged users?

-Gabriel

Reply via email to