Cancel
Cancel a document upload and tear down the upload session, or delete a previous upload.
Arguments
Name (bold if mandatory) | Type | Comments | Default |
---|---|---|---|
id | String | The ID of the document upload session to be closed. | None, mandatory. |
Response
If successful, a header of 200 OK
will be returned.
Sample Call
Raw HTTP
DELETE /outbound/documents/89a48657279d45429c646029bd9227e6 HTTP
0040: /1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net
cURL
curl "https://rest.interfax.net/outbound/documents/89a48657279d45429c646029bd9227e6" ^
-X DELETE ^
-u username:password