mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
allow deleting hosts and groups from inv src sublists
This commit is contained in:
committed by
Matthew Jones
parent
f2d46baf09
commit
d2e0b26287
6
awx/api/templates/api/sub_list_destroy_api_view.md
Normal file
6
awx/api/templates/api/sub_list_destroy_api_view.md
Normal file
@@ -0,0 +1,6 @@
|
||||
{% include "api/sub_list_create_api_view.md" %}
|
||||
|
||||
# Delete all {{ model_verbose_name_plural }} of this {{ parent_model_verbose_name|title }}:
|
||||
|
||||
Make a DELETE request to this resource to delete all {{ model_verbose_name_plural }} show in the list.
|
||||
The {{ parent_model_verbose_name|title }} will not be deleted by this request.
|
||||
Reference in New Issue
Block a user