DeleteUploadedFile
Description
The DeleteUploadedFile() method allows users to delete one of their pre-uploaded files.
Availability
Number of pre-uploaded files is limited per account. See limitation details.
Formal Definition
https://api.postalmethods.com/2009-02-26/PostalWS.asmx?op=DeleteUploadedFile
Input
| Property | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| MyFileName | String | Format: <filename>.<extension>As provided in the UploadFile request |
Output: DeleteUploadedFileResponse
| Element | Type | Comments |
|---|---|---|
| DeleteUploadedFileResult | int | In case of successful submission, the value -3000 is returned. In case of failure, a value different than -3000 is returned indicating the failure reason. See the list of Web Service Result Codes. |

