[ DELETE ]/{id}

[ DELETE ]/{id}

/api/bpm/process-definitions/{id}

Description

This endpoint can be used to delete a workflow model (process definition) from the system.

Required Systemrole

R_WFEDIT_START (ID = 21)

Request
Method

DELETE

Request Optional Query Parameters

  • organizationId (String): The id of the organization from which the process definition should be deleted. If not provided, the active organization will be used.

Response
Format

JSON

Minimum Version

1.5.0

Request
Example

/api/bpm/process-definitions/020BE136312646B6B90E0ED84B66DCE8

Response codes

  • 204 - Success: The workflow model has been successfully deleted.

  • 400 - If the ID format is invalid.

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