# Delete (a) word(s) in the database. **DELETE /words** Delete (a) word(s) in the database manually. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Authentication methods - Api key cookie ## Parameters ### Body: application/json (array[integer]) The id of the word(s) to be deleted. The array can be either empty, or contain multiple ids. array[integer] ## Responses ### 200 OK ### 400 The request is not following the convention. ### 403 The user is not authorized to delete a word (aka. not admin). ### 404 The word id's is not found. ### 500 Unknown error. [Powered by Bump.sh](https://bump.sh)