| Requires the role: | SystemAdministrator |
| DELETE | /ai/sessions/{sessionId} |
|---|
"use strict";
export class DeleteAISession {
/** @param {{sessionId?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/**
* @type {string}
* @description The ID of the session to delete */
sessionId;
}
JavaScript DeleteAISession DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /ai/sessions/{sessionId} HTTP/1.1
Host: evovoice.io
Accept: text/jsv