Remove course from wishlist
DELETE/course/:id_course/removeFavorites
Remove course from wishlist
Request
Path Parameters
id_course integerrequired
Responses
- 200
- 404
OK.
- application/json
- Schema
- Example (from schema)
Schema
succees boolean
message string
Example:
Successfully remove course from wishlist!{
"succees": true,
"message": "Successfully remove course from wishlist!"
}
Not found.
- application/json
- Schema
- Example (from schema)
Schema
succees boolean
Example:
falsemessage string
Example:
Failed, re: Sorry, you does not have this course in wishlist!{
"succees": false,
"message": "Failed, re: Sorry, you does not have this course in wishlist!"
}