You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add an endpoint that allow users to cancel a specific registration. There are some checks to do :
User need to be authenticated
Specified registration exist and is related to the authenticated user
The payment status is "NOTPAID" otherwise we need to handle it manually.
This should be a DELETE request on the same route as player, manager and substitute creation.
The text was updated successfully, but these errors were encountered:
We need to add an endpoint that allow users to cancel a specific registration. There are some checks to do :
This should be a DELETE request on the same route as player, manager and substitute creation.
The text was updated successfully, but these errors were encountered: