Hide fax

Hide a fax from listing in queries (there is no way to unhide a fax).

POST /outbound/faxes/{id}/hide

Arguments

Name (bold if mandatory) Type Comments Default
id Number Transaction ID of fax to be hidden None, mandatory.

Response

Standard HTTP response codes apply.

Sample Calls

Raw HTTP


0000: post /outbound/faxes/279414818/hide HTTP/1.1
002e: Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net

cURL


curl "https://rest.interfax.net/outbound/faxes/279414818/hide" ^
	-X post ^
	-u username:password