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
Handler: /cards/delete.js
DELETE /cards/:card_id (auth) (same_user) -> { ok }
-- Note this is not as straightforward as it might look to implement
-- If a card is deleted from the deck we would then need to find all
-- the orderings that use that deck and delete the card_id from those
-- too! Stretch goal stuff maybe!
Note: we need to verify the user owns the deck.
The text was updated successfully, but these errors were encountered:
Handler: /cards/delete.js
DELETE /cards/:card_id (auth) (same_user) -> { ok }
-- Note this is not as straightforward as it might look to implement
-- If a card is deleted from the deck we would then need to find all
-- the orderings that use that deck and delete the card_id from those
-- too! Stretch goal stuff maybe!
Note: we need to verify the user owns the deck.
The text was updated successfully, but these errors were encountered: