찜한 숙소 지우기
remove saved_room
DELETE https://backends.xyz/api/user/save_room/
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
room_id
integer
room_id(pk)
{
    "message": "successfully removed"
}{
    "message": "room is already removed"
}Last updated
Was this helpful?