Required role: | User |
DELETE | /session/{sessionId}/members |
---|
export class NodeParameterMap
{
[key:string] : NodeParameter;
public constructor(init?: Partial<NodeParameterMap>) { (Object as any).assign(this, init); }
}
/** @description DESCRIPTION */
// @Api(Description="DESCRIPTION")
export class LeaveSession implements IDelete
{
/** @description 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); }
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
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: team.evovoice.io Accept: text/csv