def purgeAll()

in src/main/scala/com/gu/fastly/api/FastlyApiClient.scala [97:100]


  def purgeAll(): Future[Response] = {
    val apiUrl = s"$fastlyApiUrl/service/$serviceId/purge_all"
    AsyncHttpExecutor.execute(apiUrl, POST, headers = commonHeaders)
  }