public/Clear-AFTrashCan.ps1

function Clear-AFTrashCan {
    Invoke-AFApi -Path '/trash/empty' -Method "POST"
}