Evo Voice

<back to all web services

LeaveSession

DESCRIPTION

Requires Authentication
Required role:User
The following routes are available for this service:
DELETE/session/{sessionId}/members


export class NodeParameterMap
{
    [key:string] : NodeParameter;

    public constructor(init?: Partial<NodeParameterMap>) { (Object as any).assign(this, init); }
}


/**
* DESCRIPTION
*/
// @Api(Description="DESCRIPTION")
export class LeaveSession implements IDelete
{
    /**
    * The ID of the session you want to leave
    */
    // @ApiMember(Description="The ID of the session you want to leave")
    public sessionId?: string;

    public constructor(init?: Partial<LeaveSession>) { (Object as any).assign(this, init); }
}

TypeScript LeaveSession DTOs

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

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /session/{sessionId}/members HTTP/1.1 
Host: evovoice.io 
Accept: application/xml