tearDown Thread Group

A special type of ThreadGroup that can be utilized to perform Post-Test Actions. The behavior of these threads is exactly like a normal Thread Group element. The difference is that these type of threads execute after the test has finished executing its regular Thread Groups.

Basically, you have to put those requests which you want to run after the main test is complete. Refer below sample script :

https://www.dropbox.com/sh/c0utecr4t87ez7v/2m4OIULEkV