Delete By Key
DELETE/process-definition/key/:key
Deletes process definitions by a given key which belong to no tenant id.
Request
Responses
- 204
- 403
- 404
Request successful.
Forbidden
The process definitions with the given key cannot be deleted due to missing permissions.
See the Introduction
for the error response format.
Not found
Process definition with given key does not exist. See the
Introduction
for the error response format.