Delete checklist specification
DELETE/approval/checklist/specification/:id
Soft-deletes a checklist specification.
info
Fails with 409 when an approval action still points at it. Unlink the action first, or point it at another specification.
Request
Responses
- 204
- 4XX
- 5XX
The specification was deleted.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.