[DELETE] /{id}

[DELETE] /{id}

/api/bpm/organizations/{id}

Description

This endpoint is used to delete an organization whose id is provided in the path.

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

Required Systemrole

R_WFEDIT_START (ID = 21)

Request
Method

DELETE

Response
Format

JSON

Minimum Version

1.4.0

Request
Example

/api/bpm/organizations/0947CC57A9C24B3E8D1DC27BAE777CBE

Response codes

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

  • 400 - If the organizationId format is invalid.

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