NOTE: User must be logged in as admin to access this API
URL:api/priority/delete/{priorityId}
Method: DELETE
Description: Delete a Priority.
Parameters:
Parameter | Type | Optional/Required | Description |
priorityId | Integer | Required | priority id of the priority to be deleted. |
Success Response :
{ "success": true, "message": "Priority deletion request has been processed successfully. Priority will be deleted shortly after processing its dependencies." }