deleteSharedLiveLocation

@DELETE(value = "shareLiveLocation/{id}")
abstract fun deleteSharedLiveLocation(@Path(value = "id") id: String): Call<LiveLocationResponse>