Delete execution
DELETE/api/v1/executions/:executionId
Soft-delete an execution record. The record is retained in the database with a deletedAt timestamp.
Request
Responses
- 200
- 401
- 404
- 500
Execution deleted successfully
Authentication required
Execution not found or does not belong to the authenticated user
Server error