Delete
API URL
{{url}}/admin-service/clinical-workflow/remove
Method
PUT
Description
Remove clinical workflow
Sample Input:
{ "id": 90, "tenantId": "1" }
Sample Output:
{
"message": "Account workflow removed successfully.",
"entity": null,
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}
Last updated