DELETE
/words
curl \
-X DELETE http://localhost:5000/words \
--cookie "fastapiusersauth=$API_KEY" \
-H "Content-Type: application/json" \
-d '[1337,1338,1339]'
Request example
[
1337,
1338,
1339
]