Bulk Delete Tags shows 405 error method not allow #2238

Closed
opened 2025-12-29 17:24:00 +01:00 by adam · 0 comments
Owner

Originally created by @a31amit on GitHub (Dec 21, 2018).

Environment

  • Python version: 3.7
  • NetBox version: 2.5.1 or dev

Bulk delete of tags not working, however deleting one tags works. I am using SuperUser (admin) to make sure there is not permission issue.

Steps to Reproduce

Select two or more tags and click on Delete Selected

Expected Behavior

Should be able to bulk delete tags.

Observed Behavior

Error on Browser - HTTP ERROR 405

Error in Netbox Logs -
Method Not Allowed (POST): /extras/tags/delete/
Method Not Allowed: /extras/tags/delete/

Originally created by @a31amit on GitHub (Dec 21, 2018). <!-- NOTE: This form is only for reproducible bugs. If you need assistance with NetBox installation, or if you have a general question, DO NOT open an issue. Instead, post to our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: 3.7 * NetBox version: 2.5.1 or dev <!-- Describe in detail the steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). --> Bulk delete of tags not working, however deleting one tags works. I am using SuperUser (admin) to make sure there is not permission issue. ### Steps to Reproduce Select two or more tags and click on Delete Selected <!-- What did you expect to happen? --> ### Expected Behavior Should be able to bulk delete tags. <!-- What happened instead? --> ### Observed Behavior Error on Browser - HTTP ERROR 405 Error in Netbox Logs - Method Not Allowed (POST): /extras/tags/delete/ Method Not Allowed: /extras/tags/delete/
adam added the type: bugstatus: accepted labels 2025-12-29 17:24:00 +01:00
adam closed this issue 2025-12-29 17:24:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2238