# Delete a comment for an article **DELETE /articles/comments/{id}** Delete a comment for an article. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Path parameters - **slug** (string) Slug of the article that you want to delete a comment for - **id** (integer) ID of the comment you want to delete ## Responses ### 200 OK ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)