Last Modified: Apr 21, 2026
Affected Product(s):
BIG-IP TMOS
Known Affected Versions:
17.5.1, 17.5.1.2, 17.5.1.3, 17.5.1.4, 17.5.1.5
Opened: Mar 26, 2026 Severity: 3-Major
Unable to delete an AS3 tenant partition from BIG-IP LTM. Partition deletion attempts fail with the following error: 0107082a:3: All objects must be removed from a partition (<name>) before the partition may be removed, type ID (9411).
AS3 tenant partitions cannot be deleted even after all tenant-scoped objects are successfully removed.
-- BIG-IP system with AS3 tenant partitions deployed. - -An iCall script is configured and active on the system.
Workaround 1: Manually remove the partition rm -rf /config/partitions/<name> Delete 'sys folder' and 'auth partition' for <name> in bigip_base.conf tmsh load sys config verify tmsh load sys config forceload mcpd (#touch /service/mcpd/forceload) && reboot guishell -c "select name,partition_id from tcl_user_proc_call_graph" ---> shows the partition NOT being referenced Delete the partition using AS3 or the tmsh command Workaround 2: Completely remove the ICALL_SCRIPT configuration delete iApp (iApps ›› Application Services : Applications <ICALL_SCRIPT_IAPP>) delete iAPP template (iApps ›› Templates : Templates <ICALL_SCRIPT_TEMPLATE>) Delete 'sys folder' and 'auth partition' for <name> under bigip_base.conf tmsh load sys config verify tmsh load sys config forceload mcpd (#touch /service/mcpd/forceload) && reboot guishell -c "select name,partition_id from tcl_user_proc_call_graph" ---> As the ICALL_SCRIPT is deleted, no partitions are being referenced by one. Delete the partition using AS3 or the tmsh command
None