# async DELETE You can use same syntax as in [POST](../synchronous-calls/post.md) ```kotlin val response: Deferred = httpDeleteAsync { } ```