Method: Seatsio::WorkspacesClient#deactivate

Defined in:
lib/seatsio/workspaces.rb

#deactivate(key:) ⇒ Object



39
40
41
# File 'lib/seatsio/workspaces.rb', line 39

def deactivate(key:)
  @http_client.post("workspaces/#{key}/actions/deactivate")
end