[DELETE] /{id}

[DELETE] /{id}

/api/bpm/statistics/report-configurations/{id}

Description

This endpoint is used to delete a statistics report configuration whose id is provided in the path.

Optionally, an organizationId can be provided if the report configuration should be deleted for a non-active organization. By default, the active organization is used.

When a report configuration is successfully deleted, or a non-existent ID is provided, the endpoint will return 204 No Content.

Required Systemrole

R_WFADM_START (ID = 20)

Request
Method

DELETE

Request Optional Query Parameter

  • organizationId (String): The ID of the organization where the requested report configuration is located.

Response
Format

JSON

Minimum Version

1.4.0

Request
Example

/api/bpm/statistics/report-configurations/0947CC57A9C24B3E8D1DC27BAE777CBE

/api/bpm/statistics/report-configurations/0947CC57A9C24B3E8D1DC27BAE777CBE?organizationId=1E4142D5F1D546BBBE379B3FB9FAD46D

Response codes

  • 204 - Success: The report configuration has been successfully deleted.

  • 400 - If the organization ID or configuration ID format is invalid.

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