Delete App Client API Definition
The Delete App Client API lets you delete one or more existing App Clients.
Delete App Client Request and Response
To delete an API key, send a DELETE request to /v2/app_clients/{app_client_id}
,
where {app_client_id}
is the ID of the App Client you want to delete.
REST 2.0 URL
Delete App Client Endpoint Address
Vectara exposes a REST endpoint at the following URL to update an app client:https://api.vectara.io/v2/app_clients/:app_client_id
The API Reference shows the full Delete App Client REST definition.