Delete By Key
DELETE/process-definition/key/:key/tenant-id/:tenant-id
Deletes process definitions by a given key and which belong to a 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.