class Stytch::ConnectedApp::Clients
def delete(
(no documentation yet)
status_code::
The type of this field is +String+.
The ID of the client.
client_id::
The type of this field is +String+.
(no documentation yet)
request_id::
An object with the following fields:
== Returns:
The type of this field is +String+.
The ID of the client.
client_id::
== Parameters:
Deletes a Connected App.
def delete( client_id: ) headers = {} delete_request("/v1/connected_apps/clients/#{client_id}", headers) end