URL : v3/api/admin/approval-workflow/{id}/{type}
Method : DELETE
Segment:
| Parameter | Type | Optional/Required | Description |
| id | Integer | Required | Approval workflow id / Level id |
| type | string | Required | Deletion type workflow / level |
Parameters: none
Response:
{
"success": true,
"message": "Approval workflow removed"
}
or
{
"success": true,
"message": "Workflow level removed"
}