We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Delete estate and check if the user has access to the post or if he is an admin
Protected: Yes
Yes
Required middleware's: isAuth, isAdmin
isAuth
isAdmin
Response:
Error :
{ status : 401, message : 'Unauthorized' }
Success
{ status: 200, message: 'Estate deleted successfully' }
Tests: test all potential causes for the route itself.
The text was updated successfully, but these errors were encountered:
delete estate #7
a90fa85
219a4a2
7557495
delete function #7
aad4172
handle estate id when it's not valid #7
82720ac
ElhamFadel
Successfully merging a pull request may close this issue.
Delete house by estate id
Description
Delete estate and check if the user has access to the post or if he is an admin
Protected:
Yes
Required middleware's:
isAuth
,isAdmin
Response:
Error :
Success
Tests: test all potential causes for the route itself.
The text was updated successfully, but these errors were encountered: