deleteResource

@DELETE(value = "{resourceType}/{id}")
abstract suspend fun deleteResource(@Path(value = "resourceType") resourceType: String, @Path(value = "id") id: String): OperationOutcome