- You can use the REST API to delete multiple FTD devices from the FMC. You can use the DELETE method of the REST API to delete a device by specifying the device ID in the API call. Here's an example of how you can do this using cURL:
curl -X DELETE -H "Content-Type: application/json" -H "Authorization: Bearer <API_TOKEN>" "<FMC_URL>/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/device/<DEVICE_ID>"
You can use a loop or a script to call this API for multiple devices. Make sure to replace <API_TOKEN>
with your FMC API token, <FMC_URL>
with the URL of your FMC, and <DEVICE_ID>
with the ID of the device you want to delete.
Note: The REST API method for deleting devices is only available in FMC versions 6.2.0 and later.
M.
-
-- Let everything happen to you
Beauty and terror
Just keep going
No feeling is final
Reiner Maria Rilke (1899)