| DELETE | /todos |
|---|
// @ts-nocheck
export class DeleteTodos implements IDelete
{
public ids: number[] = [];
public constructor(init?: Partial<DeleteTodos>) { (Object as any).assign(this, init); }
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /todos HTTP/1.1 Host: vue-spa.web-templates.io Accept: application/xml