As a Dev I want to validate the inputed fields before deleting the event registration.
Acceptance criteria:
The event registration id:
- Must be set
- Must be an integer
- Must be a valid event registration id
- The event registration must not be already deleted
If not should return an error message (Like Event registration not found)
The user id must be the creator of the event for V0