Skip to content

Delete the oldest status reports for this account

Request

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
Path
custNrstringrequired

Customer Number

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://developers.retarus.com/_mock/fax/fax4a-api/{custNr}/fax/reports'

Responses

Status reports deleted

Bodyapplication/json
reportsArray of objects(Job Delete Report)
Response
{ "reports": [ {}, {}, {}, {}, {}, {}, {} ] }