Deletes up to 1000 status reports for completed fax jobs for the current account, starting from the oldest ones. It returns the jobIds of deleted job reports.
IMPORTANT: In case there are more than 1000 completed job reports, multiple calls of this method might be needed to delete them all.
Please note: This endpoint should only be used with a data center specific URL. This endpoint could return an error about unknown job IDs depending on the data center the request is processed by.
Security
httpBasicAuth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax4a-api/{custNr}/fax/reports
- Retarus data center in Germanyhttps://faxws.de1.retarus.com/rest/v1/{custNr}/fax/reports
- Retarus data center in Germanyhttps://faxws.de2.retarus.com/rest/v1/{custNr}/fax/reports
- High availability URL for German data centershttps://faxws-ha.de.retarus.com/rest/v1/{custNr}/fax/reports
- Retarus data center in USAhttps://faxws.us1.retarus.com/rest/v1/{custNr}/fax/reports
- Retarus data center in USAhttps://faxws.us2.retarus.com/rest/v1/{custNr}/fax/reports
- High availability URL for US data centershttps://faxws-ha.us.retarus.com/rest/v1/{custNr}/fax/reports
- Retarus data center in Switzerlandhttps://faxws.ch1.retarus.com/rest/v1/{custNr}/fax/reports
- Retarus data center in Singaporehttps://faxws.sg1.retarus.com/rest/v1/{custNr}/fax/reports
curl -i -X DELETE \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/fax/fax4a-api/{custNr}/fax/reports'Response
{ "reports": [ { … }, { … }, { … }, { … }, { … }, { … }, { … } ] }