[DELETE] /{id}

[DELETE] /{id}

/api/bpm/families/{id}

Description

This endpoint is used to delete a family or project whose id is provided in the path.

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

Only empty projects and families are allowed to be deleted.

Required Systemrole

R_WFEDIT_START (ID = 21)

Request
Method

DELETE

Response
Format

JSON

Minimum Version

BPM Service: 1.4.0
enaio Server: 12.10

Request
Example

/api/bpm/families/0947CC57A9C24B3E8D1DC27BAE777CBE

Response codes

  • 204 - Success: The family has been successfully deleted.

  • 400 - If the request is invalid.

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