Evo Voice

<back to all web services

DeleteAISession

Delete the specified session

Requires Authentication
Requires the role:SystemAdministrator
The following routes are available for this service:
DELETE/ai/sessions/{sessionId}
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


/**
* Delete the specified session
*/
@Api(Description="Delete the specified session")
open class DeleteAISession : IDelete
{
    /**
    * The ID of the session to delete
    */
    @ApiMember(Description="The ID of the session to delete")
    open var sessionId:String? = null
}

Kotlin DeleteAISession DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + 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