feat: Implement rest API endpoint to delete flow

This commit is contained in:
Faruk AYDIN
2024-09-14 11:35:17 +03:00
parent 89277e1665
commit bab25c51d9
5 changed files with 164 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ const authorizationList = {
action: 'create',
subject: 'Flow',
},
'DELETE /api/v1/flows/:flowId': {
action: 'delete',
subject: 'Flow',
},
'GET /api/v1/steps/:stepId/connection': {
action: 'read',
subject: 'Flow',