NOTE: User must be logged in as admin to access this API

URL: api/location/delete/{locationId}
Method: DELETE
Description: Delete a Location.

Parameters:

Parameter Type Optional/Required Description
location Integer Required Location id of the Location to be deleted.

Success Response :

{
   "success": true,
   "message":"Location deletion request has been processed successfully. Location will be deleted shortly after processing its dependencies."
}
Tagged: