[DELETE] /report/{id}

[DELETE] /report/{id}

/api/bpm/statistics/reports/{id}

Description

To delete statistical report by its ID.

If successful, the endpoint returns HTTP status code 204. Otherwise, an exception is thrown.

Required Systemrole

R_WFADM_START (ID = 20)

Request
Method

DELETE

Minimum Version

1.4.0

Request
Example

/api/bpm/statistics/reports/6B35EC18F1704D21B2DBB1F879DE0DD9

Response codes

  • 204 - Success: without data

  • 400 - Returned when the ID is in an invalid format.

  • 403 - If the user does not have the required role.