Yes, you can use Kotlin's Deferred to return a suspended response in a REST request. By leveraging Kotlin's suspend functions, you can asynchronously handle network calls. The Deferred object allows you to manage the result of a long-running task, ensuring efficient handling of REST responses in a non-blocking way.