Evo Voice

<back to all web services

AppDeleteFile

Requires Authentication
The following routes are available for this service:
DELETE/portal/files/{fileId}
import java.math.*;
import java.util.*;
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; }
    }

}

Java AppDeleteFile 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 /portal/files/{fileId} HTTP/1.1 
Host: evovoice.io 
Accept: text/jsv