Delete an App Client
DELETE/v2/app_clients/:app_client_id
Delete an App Client
Request
Path Parameters
app_client_id stringrequired
The name of App Client.
Header Parameters
Request-Timeout integer
Possible values: >= 1
The API will make a best effort to complete the request in the specified seconds or time out.
Request-Timeout-Millis integer
Possible values: >= 1
The API will make a best effort to complete the request in the specified milliseconds or time out.
Responses
- 204
- 403
The App Client was deleted.
Permissions do not allow deleting this App Client.
- application/json
- Schema
- Example (from schema)
Schema
messages message[]
The messages describing why the error occurred.
request_id string
The ID of the request that can be used to help Vectara support debug what went wrong.
{
"messages": [
"Internal server error."
],
"request_id": "string"
}
Loading...