DELETE | /portal/files/{fileId} |
---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class AppDeleteFile
{
public String accountId = null;
public String customerId = null;
public String fileId = null;
public String getAccountId() { return accountId; }
public AppDeleteFile setAccountId(String value) { this.accountId = value; return this; }
public String getCustomerId() { return customerId; }
public AppDeleteFile setCustomerId(String value) { this.customerId = value; return this; }
public String getFileId() { return fileId; }
public AppDeleteFile setFileId(String value) { this.fileId = value; return this; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /portal/files/{fileId} HTTP/1.1 Host: team.evovoice.io Accept: text/jsonl