Skip to main content
Skip table of contents

Delete the status report for a single job (deleteStatusReport)

NONE
DELETE /{custNr}/fax/reports/{jobId}

Description

Deletes the status report for a single job. Returns the Job ID.

If you have sent the fax job requests via a high availability URL, you must send a delete request to both data centers in the processing domain, e.g. US1 and US2 in case of the USA processing domain. Please do not send a status query or delete request directly to an HA URL, but use the URLs for the specific data centers. Otherwise, it is likely that the fax job has not been processed in the referenced data center and hence no status is available there or cannot be deleted.

Parameters 

Type

Name

Description

Schema

Path

custNr
required

Customer Number

string

Path

jobId
required

 

string

 Responses

HTTP code

Description

Schema

200

Status report deleted

JobDeleteReport

400

NOT_FOUND: Status report not available

No Content

401

AUTHENTICATION_FAILURE: Bad or missing authentication

No Content

503

SERVICE_UNAVAILABLE: The server cannot handle the request due to a temporary overloading or maintenance of the server.

No Content

520

UNKNOWN_ERROR: Server signals that there was an unknown problem, most likely with the backend adaptor

No Content

Example HTTP response

Response 200

JSON
{
   "jobId":"FJJ66GHGX105ZZBIELVCN1",
   "deleted":true
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.